Age | Commit message (Expand) | Author |
2002-08-23 | Small cleanup. | Hakan Olsson |
2002-08-23 | Another format tweak | Hakan Olsson |
2002-08-23 | Proper format | Hakan Olsson |
2002-08-23 | deal with negative return value from snprintf. | Jun-ichiro itojun Hagino |
2002-08-23 | o) fix .Sh usage; | Mike Pechkin |
2002-08-23 | o) fix .Xr usage; | Mike Pechkin |
2002-08-23 | Cleanup change. Since almost all callers (except one) of getvnode did a FREF | Artur Grabowski |
2002-08-23 | Use LIST_ macros for the list of all struct file. | Artur Grabowski |
2002-08-23 | Proper dependencies to make this work. | Artur Grabowski |
2002-08-23 | Document various file descriptor access functoins in the kernel. | Artur Grabowski |
2002-08-23 | map the heap without PROT_EXEC. | Artur Grabowski |
2002-08-23 | - Convert function definitions to new style | Grigoriy Orlov |
2002-08-23 | FREF/FRELE cleanup/simplification, no functional changes; ok art | Peter Valchev |
2002-08-23 | Add missing FRELE() in finishdup() error case; ok art | Peter Valchev |
2002-08-23 | Fix missing FRELE in mmap(2); ok art | Peter Valchev |
2002-08-22 | knf | Theo de Raadt |
2002-08-22 | print hex codes instead of non-printing characters. fixes some display | Vincent Labrecque |
2002-08-22 | match more serverworks "double bridges", based on discussions with nate and | Theo de Raadt |
2002-08-22 | do not lose errno | Theo de Raadt |
2002-08-22 | tweak | Theo de Raadt |
2002-08-22 | Change the vnode locking in exec to not keep the vnode locked almost all | Artur Grabowski |
2002-08-22 | send signal name (not signal number) in "exit-signal" message; noticed | Markus Friedl |
2002-08-22 | auth_root_allowed() is handled by the monitor in the privsep case, | Markus Friedl |
2002-08-22 | shutdown(SHUT_RDWR) not needed before close here; ok markus@ | Kevin Steves |
2002-08-22 | sshd_config(5) now; ok markus@ | Kevin Steves |
2002-08-22 | sync | Theo de Raadt |
2002-08-22 | format with current EscapeChar; bugzilla #388 from wknox@mitre.org. | Kevin Steves |
2002-08-22 | use common close function; ok markus@ | Kevin Steves |
2002-08-22 | simplify multicast setup on the 3c905 (pre-B/C, etc) | Jason Wright |
2002-08-22 | fix int overflow in statbf.st_size, from netbsd PR#17933 | Philipp Buehler |
2002-08-22 | drop AAAA reply with IPv4 mapped address. sync w/kame | Jun-ichiro itojun Hagino |
2002-08-22 | Remove code, use common ether_crc32_le() routine. | Dale Rahn |
2002-08-22 | Configure the media in the initialization routine so that media/mediaopt | Dale Rahn |
2002-08-21 | add missing CLEANFILES; ok miod@ | Wilbern Cobb |
2002-08-21 | Recognize both VSIMM slots, and allow one cgfourteen to attach to each | Miod Vallat |
2002-08-21 | Regen | Miod Vallat |
2002-08-21 | Correct tty0[0-3] device nodes generation. | Miod Vallat |
2002-08-21 | Correctly map the video memory, for proper operation. | Miod Vallat |
2002-08-21 | raise listen backlog; ok markus@ | Kevin Steves |
2002-08-21 | change LoginGraceTime default to 1 minute; ok mouring@ markus@ | Kevin Steves |
2002-08-21 | Get the boot device correctly if scsi id != 0 on 1[67]x boards. | Miod Vallat |
2002-08-21 | Attach one screen resource, by default, to every wsdisplay device, | Miod Vallat |
2002-08-21 | suppress dump output on -q. sync w/kame | Jun-ichiro itojun Hagino |
2002-08-21 | Working strip -x support. | Marc Espie |
2002-08-21 | Postpone ftruncate after unmap. Works around a bug in non-ubc memory | Marc Espie |
2002-08-21 | Split out MD makefile parts into separate files and do | Artur Grabowski |
2002-08-21 | Fix Makefile for correct regress operation. | Miod Vallat |
2002-08-21 | oopsie | Marc Espie |
2002-08-21 | +mmap3 | Marc Espie |
2002-08-21 | Regression test for non-ubc mmap/ftruncate interaction. | Marc Espie |