| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove whitespace at EOL and add $FreeBSD$. | dd | 2001-07-15 | 1 | -1/+2 |
* | Set WARNS=2 on libraries that compile cleanly with it. | dd | 2001-07-15 | 2 | -4/+2 |
* | Constify, add some prototypes, and set WARNS=2. | dd | 2001-07-15 | 5 | -8/+14 |
* | Constify, de-register-ify, and set WARNS=2. | dd | 2001-07-15 | 2 | -12/+15 |
* | Constify, de-register-ify, __unused-ify, and set WARNS=2. | dd | 2001-07-15 | 2 | -10/+12 |
* | Constify and set WARNS=2. | dd | 2001-07-15 | 2 | -1/+3 |
* | Fix a prototype and set WARNS=2. | dd | 2001-07-15 | 2 | -2/+9 |
* | Change lpd to perform sanity and safety checks on control files as it | gad | 2001-07-15 | 4 | -6/+931 |
* | Put module directories one per line so adding new modules creates readable | brooks | 2001-07-15 | 2 | -14/+137 |
* | The i386-specific includes in this file were "fixed" by bracketing them with | benno | 2001-07-15 | 1 | -3/+3 |
* | Replace a call to 'alloca', thus avoiding an error when compiling on | gad | 2001-07-15 | 1 | -8/+14 |
* | Get rid of one compile-time warning by changing an 'int' to a 'size_t'. | gad | 2001-07-15 | 1 | -6/+10 |
* | Get lpr/pac.c to compile without warnings with BDECFLAGS | gad | 2001-07-15 | 1 | -15/+15 |
* | Replace three subtly-wrong calls to strncpy with calls to strlcpy, and | gad | 2001-07-15 | 2 | -15/+13 |
* | Fix most of the warnings generated by compiling lpr with -Wnon-const-format, | gad | 2001-07-15 | 7 | -21/+27 |
* | Turn off preemption on the Alpha for the time being. Peter and JHB aren't | obrien | 2001-07-15 | 1 | -1/+1 |
* | Fix assorted typos. | dannyboy | 2001-07-14 | 1 | -5/+5 |
* | add -a to usage() | billf | 2001-07-14 | 1 | -1/+1 |
* | Change signal-handling to reset SIGCHLD to SIGDFLT instead of SIG_IGN. | gad | 2001-07-14 | 2 | -6/+40 |
* | Fix MCOUNT_ENTER() so it actually compiles in the profiling case. | jhb | 2001-07-14 | 2 | -2/+2 |
* | Fix reboot hangs that have happened with multiple processors | mjacob | 2001-07-14 | 4 | -3/+26 |
* | Mention the new behaviour of fdisk(8) (i386 only) to select the default | joerg | 2001-07-14 | 2 | -0/+10 |
* | Mention new support for Cisco Aironet 350 series adaptors. | brooks | 2001-07-14 | 2 | -0/+6 |
* | Hrmpf. nyan's rev 1.25 commit to fdc.h crossed with my removal of it. | joerg | 2001-07-14 | 2 | -0/+34 |
* | Yet another large non-function change. | joerg | 2001-07-14 | 3 | -434/+542 |
* | Removed whitespace at end-of-line; no content changes. I simply did | schweikh | 2001-07-14 | 264 | -1570/+1570 |
* | Fix a memory leak in __rpcb_findaddr(), avoid compiler warnings. | iedowse | 2001-07-14 | 1 | -1/+4 |
* | This is a selection of essentially cosmetic changes: | iedowse | 2001-07-14 | 2 | -38/+42 |
* | Fix a memory leak in check_bound() by freeing the buffer area of | iedowse | 2001-07-14 | 1 | -0/+2 |
* | Add missing #include <stdio.h>. | iedowse | 2001-07-14 | 1 | -1/+2 |
* | Simplify to bitmaskcmp() to use the obvious approach instead of | iedowse | 2001-07-14 | 1 | -22/+19 |
* | Use snprintf instead of sprintf. | iedowse | 2001-07-14 | 1 | -4/+5 |
* | Avoid a harmless compiler warning, and add a missing \n to a | iedowse | 2001-07-14 | 1 | -1/+3 |
* | Add OPIE examples. | markm | 2001-07-14 | 1 | -3/+10 |
* | Use a better method of getting user credentials to account for | markm | 2001-07-14 | 2 | -8/+8 |
* | Use a better method to get user credentials to account for (legal) | markm | 2001-07-14 | 2 | -2/+3 |
* | Switch on SHA1 hashing. | markm | 2001-07-14 | 1 | -1/+2 |
* | Fix SHA1 hashing. | markm | 2001-07-14 | 2 | -21/+17 |
* | Usse a better method to get a user's credentials, as uid's may be | markm | 2001-07-14 | 1 | -1/+3 |
* | Move the hints gunk to a seperate file. It isn't really part of the | peter | 2001-07-14 | 2 | -299/+1 |
* | Fixed conflict with sys/dev/syscons/syscons.h. | nyan | 2001-07-14 | 2 | -10/+0 |
* | Move fxp to the miibus section where it belongs. | dd | 2001-07-14 | 2 | -2/+2 |
* | remember to set the return address in a message when | julian | 2001-07-14 | 1 | -0/+1 |
* | Put on my peril-sensitive sunglasses and remove the POLA-violating | peter | 2001-07-14 | 1 | -0/+7 |
* | - Refine pc98 supports. | nyan | 2001-07-14 | 5 | -90/+195 |
* | Added epson_inw function. | nyan | 2001-07-14 | 1 | -0/+11 |
* | Merged from the following changes. | nyan | 2001-07-14 | 7 | -58/+74 |
* | Merged from sys/i386/conf/GENERIC revision 1.313. | nyan | 2001-07-14 | 1 | -1/+1 |
* | Added (commented out) audio driver. | nyan | 2001-07-14 | 1 | -0/+4 |
* | Merged from sys/conf/options.i386 revision 1.150. | nyan | 2001-07-14 | 1 | -0/+1 |