Age | Commit message (Expand) | Author |
2002-08-24 | aperture driver for alpha. It works here the same as on i386 | Matthieu Herrb |
2002-08-24 | - Mention that MD code must register some free RAM with uvm_page_physload() | Wilbern Cobb |
2002-08-24 | Add kern(9) and some links. ok art@ | Wilbern Cobb |
2002-08-24 | document libkern functions/macros; ok art@ | Wilbern Cobb |
2002-08-23 | do not export error_table | Theo de Raadt |
2002-08-23 | Fix after recent changes. | Artur Grabowski |
2002-08-23 | Support for i386 ELF. Not an indication that the change is going to be made, | Dale Rahn |
2002-08-23 | Change arguments to _dl_find_symbol() myself, warnnotfound, and inplt into | Dale Rahn |
2002-08-23 | Just like getvnode, make getsock FREF the file so that we can't get away | Artur Grabowski |
2002-08-23 | Document the FREF done in getvnode and soon in getsock. | Artur Grabowski |
2002-08-23 | ansi | Vincent Labrecque |
2002-08-23 | Initial support for MacOS X (v10.2 and later). | Hakan Olsson |
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 |