| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Rename installFixupBin to installFixupBase to finish up the 'bin' to | John Baldwin | 2003-01-17 | 10 | -506/+648 |
| * | Add 'vlan' as a network device. | John Baldwin | 2003-01-17 | 2 | -0/+2 |
| * | Don't hide global `s'. | Ruslan Ermilov | 2003-01-17 | 1 | -6/+6 |
| * | Implement nonblocking tpc-connections. rpcgen -m does still | Martin Blapp | 2003-01-16 | 6 | -8/+35 |
| * | Using LOGIN_SETALL &~LOGIN_SETMAC to avoid setting the MAC label improperly, | Robert Watson | 2003-01-16 | 1 | -1/+1 |
| * | Add a function driverFloppyCheck() that asks the user if they would like to | John Baldwin | 2003-01-15 | 5 | -0/+24 |
| * | update for revised wi driver that uses the 802.11 link layer support | Sam Leffler | 2003-01-15 | 1 | -102/+137 |
| * | Move the realloc outside the inner loop. This reduces the number of times | David E. O'Brien | 2003-01-15 | 1 | -1/+1 |
| * | sigh... revert the previous change; this isn't getpmac | Chris Costello | 2003-01-15 | 1 | -2/+1 |
| * | Cross-reference the appropriate mac library functions. | Chris Costello | 2003-01-15 | 2 | -2/+4 |
| * | Cross-reference mac(4). | Chris Costello | 2003-01-15 | 4 | -0/+4 |
| * | Activate getpmac.8 | Chris Costello | 2003-01-15 | 1 | -1/+1 |
| * | Document getpmac. | Chris Costello | 2003-01-15 | 1 | -0/+56 |
| * | s/^Sh/.Sh/ (macros begin with .) | Chris Costello | 2003-01-15 | 1 | -1/+1 |
| * | Document setpmac. | Chris Costello | 2003-01-15 | 2 | -1/+62 |
| * | If you don't create a /usr filesystem, / will need 200MB. | Jun Kuriyama | 2003-01-13 | 2 | -2/+2 |
| * | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 1 | -1/+1 |
| * | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 1 | -1/+1 |
| * | Fix a typo: s/save_free/safe_free/. | John Baldwin | 2003-01-09 | 1 | -1/+1 |
| * | save_free the buf. | David E. O'Brien | 2003-01-09 | 1 | -0/+1 |
| * | Separate the uses of a buffer and make it dynamically sized. | David E. O'Brien | 2003-01-09 | 1 | -15/+16 |
| * | Actually, the canonical way would be syntactically correct. | Dag-Erling Smørgrav | 2003-01-09 | 1 | -1/+1 |
| * | Canonical way of determining whether or not to use crypto. | Dag-Erling Smørgrav | 2003-01-09 | 1 | -1/+1 |
| * | Fix up some grammar. | Tom Rhodes | 2003-01-09 | 1 | -2/+2 |
| * | Add code to parse the contents of an ACPI MADT table and to dump its | John Baldwin | 2003-01-08 | 1 | -0/+176 |
| * | Add structure definitions for the various items in a ACPI Multiple | John Baldwin | 2003-01-08 | 1 | -0/+105 |
| * | For now, set only the resource limits and process priority associated | Robert Watson | 2003-01-08 | 1 | -1/+2 |
| * | Teach sysinstall about rpcbind, rpc.lockd, and rpc.statd. As an added | Scott Long | 2003-01-07 | 6 | -12/+76 |
| * | Compare pointers to NULL rather than make it look like they are ints. | David E. O'Brien | 2003-01-06 | 1 | -2/+2 |
| * | save_realloc() should use reallocf() to close memory leaks. | David E. O'Brien | 2003-01-06 | 2 | -4/+4 |
| * | Update kernbb(8) to deal with GCC's new way of doing things. | Poul-Henning Kamp | 2003-01-06 | 3 | -86/+51 |
| * | Prevent buffer overflow in format_cmd() by properly tracking maximum | Jordan K. Hubbard | 2003-01-06 | 4 | -16/+24 |
| * | Enable pppctl(8) on ia64. | Marcel Moolenaar | 2003-01-06 | 1 | -1/+1 |
| * | Build pppctl on sparc64, now that we have libc_r. | Thomas Moestl | 2003-01-05 | 1 | -1/+1 |
| * | - Remove speed_map API because speed_map is obsoleted by 1394a. | Hidetoshi Shimokawa | 2003-01-04 | 2 | -30/+3 |
| * | - Handle zero sized directory right way. | Hidetoshi Shimokawa | 2003-01-04 | 2 | -12/+20 |
| * | Make struct swblock kernel only, to make vm/swap_pager.h userland includable. | Poul-Henning Kamp | 2003-01-03 | 1 | -1/+1 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 30 | -49/+55 |
| * | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 12 | -51/+47 |
| * | Back out rev 1.19; getbsize(3)'s original interface has been restored. | Mike Barcroft | 2002-12-30 | 1 | -1/+1 |
| * | Back out rev 1.78; getbsize(3)'s original interface has been restored. | Mike Barcroft | 2002-12-30 | 1 | -8/+6 |
| * | Back out rev 1.33; getbsize(3)'s original interface has been restored. | Mike Barcroft | 2002-12-30 | 1 | -1/+1 |
| * | Make fully WARNS=5 clean. | David E. O'Brien | 2002-12-30 | 2 | -6/+6 |
| * | Use basename(3). | David E. O'Brien | 2002-12-30 | 1 | -3/+2 |
| * | Import FireWire userland utility. | Hidetoshi Shimokawa | 2002-12-30 | 5 | -0/+759 |
| * | Use <sys/endian.h> rather than a private verison. | David E. O'Brien | 2002-12-30 | 2 | -60/+2 |
| * | Move elf2aout back to /usr/bin -- it is a general development tool, not | David E. O'Brien | 2002-12-30 | 3 | -172/+0 |
| * | This really isn't WARNS clean. | David E. O'Brien | 2002-12-30 | 1 | -2/+1 |
| * | Print old mixer levels when setting new ones. | Juli Mallett | 2002-12-30 | 1 | -2/+8 |
| * | Fix printf format errors on 64-bit platforms and make WARNS=5 compliant. | Garrett Wollman | 2002-12-29 | 2 | -23/+28 |