| Commit message (Expand) | Author | Age | Files | Lines |
* | Return EBUSY if we try to attach to a tty that is already being | dd | 2001-11-24 | 1 | -0/+2 |
* | Create a snpbasedev variable which holds a reference to the first snp | dd | 2001-11-24 | 1 | -3/+9 |
* | Revert incorrect KSEfication: realitexpire expects a struct proc *, not a | des | 2001-11-24 | 1 | -1/+1 |
* | Resolve all the ipfilter startup issues in rc.network with one big patch | darrenr | 2001-11-24 | 7 | -413/+497 |
* | Submitted by:David E. O'Brien | groudier | 2001-11-24 | 1 | -4/+4 |
* | Allow an ``at now'' specification. | brian | 2001-11-24 | 1 | -1/+5 |
* | Since we used '#ifdef __i386__', don't close with '#endif /* !__alpha__ */' | dfr | 2001-11-24 | 1 | -1/+1 |
* | PC98 boxes cannot boot from CD-ROM. | nyan | 2001-11-24 | 1 | -0/+2 |
* | Be more explicit about the fact that realloc() might return a | keramida | 2001-11-24 | 1 | -0/+4 |
* | Whitespace change - replace leading spaces with tabs. | luigi | 2001-11-24 | 1 | -6/+6 |
* | Remove the use of _PATH_DEV in the example. | obrien | 2001-11-24 | 2 | -4/+4 |
* | Fix decode table | ache | 2001-11-23 | 1 | -5/+5 |
* | Remove the hack that ensures that rt_Update() works on FreeBSD. Now | brian | 2001-11-23 | 1 | -23/+5 |
* | The Olympus C-1 digital camera uses a non-standard BBB command-status | iedowse | 2001-11-23 | 1 | -0/+17 |
* | When writing messages to the routing socket, round sockaddr sizes | brian | 2001-11-23 | 1 | -12/+19 |
* | Be paranoid about non-zero netmasks being associated with INET addresses | brian | 2001-11-23 | 2 | -5/+20 |
* | Regen. | iedowse | 2001-11-23 | 2 | -2/+9 |
* | Add Olympus C-1. | iedowse | 2001-11-23 | 1 | -0/+1 |
* | Remove an unused variable (oops) | brian | 2001-11-23 | 1 | -1/+1 |
* | The RETURN VALUES section is not appropriate for section 1 manual | dd | 2001-11-23 | 1 | -3/+2 |
* | Fix grammar in AUTHORS section. | dd | 2001-11-23 | 1 | -2/+2 |
* | Add suspend/resume code mostly merged from fxp driver. | iwasaki | 2001-11-23 | 2 | -0/+79 |
* | Search ${MACHINE}/drivers.conf instead of ${MACHINE_ARCH}/drivers.conf. | nyan | 2001-11-23 | 1 | -3/+3 |
* | Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr or | brian | 2001-11-23 | 3 | -10/+18 |
* | Fixed a buffer overrun. In my kernel configuration, tcp_syncache happens | bde | 2001-11-23 | 1 | -1/+1 |
* | Regen. | sheldonh | 2001-11-23 | 1 | -1446/+1815 |
* | Remove a bogus log_Id() decl | brian | 2001-11-23 | 1 | -1/+0 |
* | Add us-ascii_to_cp437 screenmap | ache | 2001-11-23 | 4 | -5/+46 |
* | Fix usage for the log command | brian | 2001-11-23 | 1 | -1/+1 |
* | Whitespace tweak | brian | 2001-11-23 | 1 | -1/+1 |
* | Add fonts,screenmaps,console types | ache | 2001-11-23 | 2 | -24/+50 |
* | Add support for the `restrict' type qualifier, new in C99. | mike | 2001-11-23 | 1 | -0/+14 |
* | Validate requested sleep state in acpi_SetSleepState() to avoid reentry | iwasaki | 2001-11-23 | 1 | -0/+3 |
* | Add table for iso-8859-4 vga9 fonts | ache | 2001-11-23 | 2 | -1/+69 |
* | 1) Map all unused characters into 'space'. | ache | 2001-11-23 | 6 | -107/+43 |
* | Standard conformance cleanup | ache | 2001-11-23 | 3 | -36/+36 |
* | Expand the comment on the layout of softc, arpcom and ifnet structures, | luigi | 2001-11-22 | 1 | -0/+15 |
* | Standards conformance cleanup | ache | 2001-11-22 | 34 | -603/+609 |
* | Fix typo introduced with last commit. | orion | 2001-11-22 | 1 | -5/+3 |
* | Sync with main | ache | 2001-11-22 | 1 | -1/+2 |
* | Back out part of prev. commit for CP437 case, there are lower controls | ache | 2001-11-22 | 1 | -1/+2 |
* | Copy from main termcap | ache | 2001-11-22 | 1 | -5/+5 |
* | Don't use lower controls for console ACS. It makes screen or cut copy charset | ache | 2001-11-22 | 1 | -5/+5 |
* | Merge with main variant | ache | 2001-11-22 | 1 | -2/+24 |
* | Add Greek console family (PR) | ache | 2001-11-22 | 1 | -2/+24 |
* | Fix Latin1/Latin2 ac= to not use non-standard 8bit characters | ache | 2001-11-22 | 1 | -2/+2 |
* | Add disabling code via the debug.acpi.disable environment variable. | iwasaki | 2001-11-22 | 1 | -0/+1 |
* | Add #include <net/route.h> in order to get this to compile. | jlemon | 2001-11-22 | 1 | -0/+2 |
* | mdoc(7) police: minor spelling, markup and style fixes. | ru | 2001-11-22 | 1 | -18/+21 |
* | When mkdir()-ing, the parent dir gets is linkcount increased. | guido | 2001-11-22 | 1 | -1/+1 |