Age | Commit message (Expand) | Author |
2001-03-08 | Replace thread_wakeup() with wakeup(). It is defined in vm_extern.h as a | smart |
2001-03-08 | spelling | Todd T. Fries |
2001-03-08 | typo, PR#1717 | Jakob Schlyter |
2001-03-08 | indentation | Artur Grabowski |
2001-03-08 | Be more careful about who we treat as the syncer. | Artur Grabowski |
2001-03-08 | make nd6_storelladdr()'s behavior consistent about mbuf freeing on errors. | Jun-ichiro itojun Hagino |
2001-03-08 | more missing splx. sync with kame | Jun-ichiro itojun Hagino |
2001-03-08 | Add support for wscons. Support for PC, USB and ADB keyboards. | Mats O Jansson |
2001-03-08 | Make struct wscons_keydesc public. To make it possible for kbd(1) to | Mats O Jansson |
2001-03-08 | Avoid inclusion of extraneous text in mdoc macro rendering. | Aaron Campbell |
2001-03-08 | move gif* and faith* into sys/conf/GENERIC. deraadt and angelos ok | Jun-ichiro itojun Hagino |
2001-03-08 | correct delroute() against host routes. clarify ROUTE6D p2p advert behavior | Jun-ichiro itojun Hagino |
2001-03-08 | create devices for usb devices and raid | Eric Jackson |
2001-03-08 | configure usb devices and raid | Eric Jackson |
2001-03-08 | doc size limitations | Theo de Raadt |
2001-03-08 | KNF & block size fix from daeron@student.utwente.nl | Theo de Raadt |
2001-03-08 | better synopsis line | Paul Janzen |
2001-03-08 | de-register, use getopt(), prevent a few terribly unlikely buffer | Paul Janzen |
2001-03-08 | Print examples correctly | Paul Janzen |
2001-03-08 | integrate IPv6 items into the list of IPv4 items, to avoid | Jun-ichiro itojun Hagino |
2001-03-08 | correct use of a pointer variable. sync with tcpdump.org. | Jun-ichiro itojun Hagino |
2001-03-08 | stay consistent with other man pages. | Brad Smith |
2001-03-08 | remove bogus rtfree. inspired by fix to PR 1706. sync with kame | Jun-ichiro itojun Hagino |
2001-03-08 | turn off useprivilegedports by default. only rhost-auth needs | Markus Friedl |
2001-03-08 | Some warning hunting. | Miod Vallat |
2001-03-08 | Some warning hunting. | Miod Vallat |
2001-03-08 | Some warning hunting. | Miod Vallat |
2001-03-07 | and this will produce a cubios mickey | Michael Shalayeff |
2001-03-07 | spelling | Todd T. Fries |
2001-03-07 | Correct argument order for branch_taken's callback function. | Miod Vallat |
2001-03-07 | typo | Todd T. Fries |
2001-03-07 | Fix open comment. | Miod Vallat |
2001-03-07 | Simplification of the interrupt handler prototype and calling convention: | Miod Vallat |
2001-03-07 | Correct the diagnostic code in flush_atc_entry. | Miod Vallat |
2001-03-07 | Include <machine/cpu.h> for non-locore code. | Miod Vallat |
2001-03-07 | Remove 68k-isms, fix interrupt handler prototypes, warning hunting. | Miod Vallat |
2001-03-07 | Fix interrupt handler registration and prototypes. | Miod Vallat |
2001-03-07 | Strict prototypes for interrupt handlers and a few machine-dependent | Miod Vallat |
2001-03-07 | Get rid of definitions of ASSEMBLER, LOCORE and such. We will get | Miod Vallat |
2001-03-07 | _KERNEL, not KERNEL, dammit ! | Miod Vallat |
2001-03-07 | Inclusion from assembly code is detected with _LOCORE, no more fancy symbols. | Miod Vallat |
2001-03-07 | General cleanup in the kernel compilation process, sync style with | Miod Vallat |
2001-03-07 | ssh replaces siop here, too... | Miod Vallat |
2001-03-07 | More careful spl usage for the IPSEC case in ip_output(); from angelos@ | Aaron Campbell |
2001-03-07 | missing splx. from aaron. sync with kame | Jun-ichiro itojun Hagino |
2001-03-07 | lca and apecs buses need sgmap glue as well. | Eric Jackson |
2001-03-07 | Remove a bogus rtfree(); PR 1706 | brian |
2001-03-07 | Add some non US encodings. Add option UKBD_LAYOUT. -moj ok @aaron | Mats O Jansson |
2001-03-07 | print ether_ntoa() compatible | Theo de Raadt |
2001-03-07 | C requires labels to be followed by statements; from NetBSD. | Aaron Campbell |