2024-03-07 21:35 | su: Fix running it without arguments The commit 8f5a0c3 introduced a regression and the logic to control the number of arguments was broken after it, giving an error when su was executed without parameters. | Roberto E. Vargas Caballero | 1 | +3 | -3 |
2024-02-13 02:03 | su: don't set $PATH | neeshy | 2 | +0 | -6 |
2024-02-13 02:41 | su: check $SHELL for validity | neeshy | 1 | +4 | -2 |
2024-02-12 21:25 | su: fix setting argv0 | neeshy | 1 | +5 | -5 |
2024-02-13 02:26 | su: simplify logic | neeshy | 1 | +28 | -43 |
2023-09-22 08:06 | Explicitly include sys/sysmacros.h for makedev etc | Markus Rudy | 4 | +4 | -0 |
2019-03-13 03:38 | umount: Fix use of uninitialized variable | Michael Forney | 1 | +2 | -3 |
2018-09-25 18:54 | passwd: fix crashes for unencrypted passwords starting with 'x'. | Mario Rugiero | 1 | +2 | -1 |
2018-09-29 18:28 | passwd: prevent segfault when running as root | John Regan | 1 | +8 | -5 |
2018-12-28 12:49 | uptime: Fix user/s printing (grammar error) when users == 0. | parazyd | 1 | +2 | -2 |
2018-07-02 13:03 | Add blkdiscard(8) | sin | 3 | +61 | -0 |
2018-04-07 02:33 | mount: don't call realpath on root target | Ioan-Adrian Ratiu | 1 | +5 | -3 |
2018-06-30 16:31 | Fix segfault in killall5 without -o | sin | 1 | +6 | -4 |
2018-06-11 20:45 | ps: fix argv0 position in usage line | Mattias Andrée | 1 | +1 | -1 |
2017-10-10 15:27 | dd: Use sigaction(2) to obviate select(2) | Eric Pruitt | 1 | +32 | -29 |
2016-10-24 03:59 | passwd: Use a random salt when encrypting passwords | Michael Forney | 1 | +33 | -6 |
2016-10-23 21:00 | mount: Don't pass {,no}auto to kernel | Michael Forney | 1 | +1 | -0 |
2016-09-25 10:24 | respawn: reopen the fifo at end of line, and use read-only | Mattias Andrée | 1 | +21 | -14 |
2016-04-24 16:46 | passwd: fix function def style | sin | 1 | +2 | -2 |
2016-03-26 14:46 | pwdx: fix off-by-one bug | Mattias Andrée | 1 | +1 | -1 |
2016-03-26 11:58 | Add pwdx(1) | Mattias Andrée | 4 | +66 | -1 |
2016-03-26 10:37 | fsfreeze: make it clear the either -f or -u must be specified, not optional | Mattias Andrée | 2 | +3 | -3 |
2016-03-26 19:06 | nologin: Sort includes | sin | 1 | +1 | -1 |
2016-03-26 10:30 | Add nologin(8) | Mattias Andrée | 3 | +45 | -0 |
2016-03-16 09:23 | dd: implement conv=notrunc support | Eivind Uggedal | 2 | +9 | -4 |
2016-03-15 21:06 | dd: truncate file when using seek= | Eivind Uggedal | 1 | +9 | -0 |
2016-03-15 20:27 | dd: don't let failure to change pipe size affect exit code | Eivind Uggedal | 1 | +1 | -0 |
2016-03-15 20:16 | dd: allow count=0 | Eivind Uggedal | 1 | +2 | -1 |
2016-03-15 16:03 | dd: remove if= noatime optimization | Eivind Uggedal | 1 | +0 | -6 |
2016-03-15 16:02 | dd: always create of= even if seek= is used | Eivind Uggedal | 1 | +2 | -2 |
2016-02-22 14:03 | arg.h: fixed argv checks order | Lucas Gabriel Vuotto | 1 | +2 | -2 |
2016-02-16 15:19 | df: Don't scream if statvfs() fails | sin | 1 | +2 | -5 |
2016-02-11 14:25 | Use estrlcat where possible | FRIGN | 1 | +2 | -4 |
2016-01-28 21:53 | mount: fix mount helper fs option handling | Brad Barden | 1 | +21 | -11 |
2016-01-06 18:00 | LICENSE: update year and bump to top | Hiltjo Posthuma | 1 | +1 | -1 |
2016-01-01 10:05 | fix several problems in dd | izabera | 1 | +29 | -37 |
2016-01-01 10:32 | Update copyright years | sin | 1 | +2 | -2 |
2015-10-07 12:53 | Use SLIST instead of TAILQ for pidof(8) | sin | 1 | +6 | -12 |
2015-10-07 12:50 | Use SLIST instead of TAILQ for killall5(8) | sin | 1 | +6 | -12 |
2015-09-12 20:52 | Fix fallocate(1) manpage | FRIGN | 1 | +6 | -6 |
2015-09-10 22:27 | Refactor fallocate(1) | FRIGN | 3 | +51 | -28 |
2015-09-09 22:04 | Refactor eject(1) | FRIGN | 2 | +47 | -28 |
2015-09-07 11:07 | Minor newline fix in ctrlaltdel.8 | FRIGN | 1 | +1 | -2 |
2015-09-07 11:04 | Add myself to LICENSE | FRIGN | 1 | +1 | -1 |
2015-09-07 11:02 | Refactor ctrlaltdel(8) | FRIGN | 2 | +23 | -24 |
2015-09-07 10:36 | Remove stdlib.h from clear(1) | FRIGN | 1 | +0 | -1 |
2015-09-07 10:33 | Refactor clear(1) | FRIGN | 2 | +16 | -2 |
2015-09-07 10:21 | Refactor chvt(1) | FRIGN | 5 | +115 | -19 |
2015-09-07 09:28 | Fix build | FRIGN | 1 | +1 | -1 |
2015-09-03 18:56 | Use CC for ubase-box, remove LD | sin | 2 | +1 | -2 |
2015-07-09 20:25 | uptime.c: Use the UTMP_PATH from config.def.h | Ypnose | 1 | +1 | -1 |
2015-05-10 16:19 | mount: helper support + improvements | Hiltjo Posthuma | 2 | +139 | -32 |
2015-05-10 12:17 | switch_root: execv: show error string | Hiltjo Posthuma | 1 | +1 | -1 |
2015-05-10 12:16 | mountpoint: -q should not print errors | Hiltjo Posthuma | 1 | +20 | -5 |
2015-05-10 11:49 | strlcpy, strlcat: print program name, use for usage | Hiltjo Posthuma | 4 | +30 | -8 |
2015-05-10 10:17 | mountpoint: style, order flags | Hiltjo Posthuma | 1 | +5 | -5 |
2015-04-26 09:38 | id: Implement -n | tm512 | 2 | +44 | -10 |
2015-04-03 22:08 | Makefile: missing ubase-box-install in PHONY | Ypnose | 1 | +1 | -1 |
2015-03-30 20:32 | TODO: update, thanks Ypnose | Hiltjo Posthuma | 1 | +20 | -20 |
2015-03-08 12:08 | lsusb, ps: style: put main at bottom | Hiltjo Posthuma | 2 | +55 | -57 |
2015-02-28 14:39 | README: explain make ubase-box-install | Hiltjo Posthuma | 1 | +2 | -2 |
2015-02-28 12:58 | make rule: ubase-box-install | Hiltjo Posthuma | 1 | +12 | -0 |
2015-02-26 09:45 | Add tabs(1) to TODO | FRIGN | 1 | +1 | -0 |
2015-02-25 22:04 | add tput to TODO | sin | 1 | +1 | -0 |
2015-02-22 11:02 | mount: use libutil/concat instead of custom catfile | Hiltjo Posthuma | 1 | +3 | -20 |
2015-02-22 11:08 | Sync concat() from sbase | sin | 1 | +6 | -5 |
2015-02-20 15:21 | mount: support "noauto" in /etc/fstab | Hiltjo Posthuma | 1 | +2 | -0 |
2015-02-20 15:16 | mount: change mounted() check | Hiltjo Posthuma | 1 | +14 | -12 |
2015-02-20 15:14 | mount: catfile: return 0 or -1 | Hiltjo Posthuma | 1 | +3 | -3 |
2015-02-20 15:08 | last: spaces to tabs | Hiltjo Posthuma | 1 | +1 | -1 |
2015-02-06 14:20 | swapon, swapoff: show usage with -a device | Hiltjo Posthuma | 2 | +8 | -10 |
2015-02-06 14:19 | code-style: cleanup | Hiltjo Posthuma | 16 | +325 | -337 |
2015-02-06 14:10 | dmesg: fix usage and code-style | Hiltjo Posthuma | 1 | +16 | -17 |
2015-02-02 18:58 | fsfreeze: fix usage line, either -f or -u | Hiltjo Posthuma | 1 | +1 | -1 |
2015-02-02 18:58 | vtallow, who: usage using argv0 | Hiltjo Posthuma | 2 | +2 | -2 |
2015-02-02 18:56 | dd: code-style, linewrap | Hiltjo Posthuma | 1 | +7 | -6 |
2015-02-02 18:56 | chvt: usage using argv0 | Hiltjo Posthuma | 1 | +4 | -1 |
2015-02-02 18:54 | dd.1: fix | Hiltjo Posthuma | 1 | +3 | -2 |
2015-02-02 17:46 | Makefile: make man pages with ubase VERSION | Hiltjo Posthuma | 1 | +2 | -2 |
2015-02-02 17:34 | doc: convert man pages to mandoc, fix some typos in the process | Hiltjo Posthuma | 48 | +1168 | -751 |
2015-02-03 11:31 | support llvm-ar | Eon S. Jeon | 1 | +1 | -1 |
2015-02-02 22:32 | dd: Only sync once | sin | 1 | +1 | -1 |
2015-01-26 19:25 | Add Risto to LICENSE | sin | 1 | +1 | -0 |
2015-01-26 18:53 | Fix df hanging when statvfs() fails. | Risto Salminen | 1 | +12 | -5 |
2015-01-16 16:19 | Don't do a blocking open in ttytostr() | sin | 1 | +1 | -1 |
2015-01-16 16:06 | Handle cleanup properly in ttytostr() | sin | 1 | +14 | -6 |
2015-01-16 16:02 | Check if the ttymaj/ttymin match is actually a tty | sin | 1 | +12 | -3 |
2015-01-16 15:54 | Use TTY_NAME_MAX instead of PATH_MAX | sin | 1 | +1 | -1 |
2015-01-16 15:32 | Properly match (ttymaj, ttymin) pairs to tty names in /dev | sin | 3 | +65 | -32 |
2014-12-31 22:01 | Update LICENSE | sin | 1 | +1 | -1 |
2014-12-23 18:10 | Update LICENSE file just like for sbase | sin | 1 | +13 | -10 |
2014-12-05 19:06 | Rename to unlock/lock as opposed to enable/disable | sin | 1 | +1 | -1 |
2014-12-05 15:41 | Add vtallow.1 | sin | 3 | +24 | -1 |
2014-12-05 15:04 | Add vtallow(1) to enable or disable VT switch | sin | 2 | +53 | -0 |
2014-11-30 14:12 | Use -D_XOPEN_SOURCE=700 | sin | 1 | +1 | -1 |
2014-11-30 14:08 | watch: If period is negative default to 0.1s | sin | 1 | +2 | -0 |
2014-11-30 14:03 | Update watch(1) to handle more accurate intervals | sin | 1 | +10 | -4 |
2014-11-30 13:28 | No need for dmesg_show() to have an fd | sin | 1 | +4 | -4 |
2014-11-30 13:12 | Stop using *_FILENO | sin | 9 | +20 | -22 |
2014-11-30 13:04 | Check if 0, 1, 2 are valid tty file descriptors | sin | 1 | +2 | -2 |
| 516 more commits remaining, fetch the repository |