summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-08-24aperture driver for alpha. It works here the same as on i386Matthieu Herrb
2002-08-24- Mention that MD code must register some free RAM with uvm_page_physload()Wilbern Cobb
2002-08-24Add kern(9) and some links. ok art@Wilbern Cobb
2002-08-24document libkern functions/macros; ok art@Wilbern Cobb
2002-08-23do not export error_tableTheo de Raadt
2002-08-23Fix after recent changes.Artur Grabowski
2002-08-23Support for i386 ELF. Not an indication that the change is going to be made,Dale Rahn
2002-08-23Change arguments to _dl_find_symbol() myself, warnnotfound, and inplt intoDale Rahn
2002-08-23Just like getvnode, make getsock FREF the file so that we can't get awayArtur Grabowski
2002-08-23Document the FREF done in getvnode and soon in getsock.Artur Grabowski
2002-08-23ansiVincent Labrecque
2002-08-23Initial support for MacOS X (v10.2 and later).Hakan Olsson
2002-08-23Small cleanup.Hakan Olsson
2002-08-23Another format tweakHakan Olsson
2002-08-23Proper formatHakan Olsson
2002-08-23deal with negative return value from snprintf.Jun-ichiro itojun Hagino
2002-08-23o) fix .Sh usage;Mike Pechkin
2002-08-23o) fix .Xr usage;Mike Pechkin
2002-08-23Cleanup change. Since almost all callers (except one) of getvnode did a FREFArtur Grabowski
2002-08-23Use LIST_ macros for the list of all struct file.Artur Grabowski
2002-08-23Proper dependencies to make this work.Artur Grabowski
2002-08-23Document various file descriptor access functoins in the kernel.Artur Grabowski
2002-08-23map the heap without PROT_EXEC.Artur Grabowski
2002-08-23- Convert function definitions to new styleGrigoriy Orlov
2002-08-23FREF/FRELE cleanup/simplification, no functional changes; ok artPeter Valchev
2002-08-23Add missing FRELE() in finishdup() error case; ok artPeter Valchev
2002-08-23Fix missing FRELE in mmap(2); ok artPeter Valchev
2002-08-22knfTheo de Raadt
2002-08-22print hex codes instead of non-printing characters. fixes some displayVincent Labrecque
2002-08-22match more serverworks "double bridges", based on discussions with nate andTheo de Raadt
2002-08-22do not lose errnoTheo de Raadt
2002-08-22tweakTheo de Raadt
2002-08-22Change the vnode locking in exec to not keep the vnode locked almost allArtur Grabowski
2002-08-22send signal name (not signal number) in "exit-signal" message; noticedMarkus Friedl
2002-08-22auth_root_allowed() is handled by the monitor in the privsep case,Markus Friedl
2002-08-22shutdown(SHUT_RDWR) not needed before close here; ok markus@Kevin Steves
2002-08-22sshd_config(5) now; ok markus@Kevin Steves
2002-08-22syncTheo de Raadt
2002-08-22format with current EscapeChar; bugzilla #388 from wknox@mitre.org.Kevin Steves
2002-08-22use common close function; ok markus@Kevin Steves
2002-08-22simplify multicast setup on the 3c905 (pre-B/C, etc)Jason Wright
2002-08-22fix int overflow in statbf.st_size, from netbsd PR#17933Philipp Buehler
2002-08-22drop AAAA reply with IPv4 mapped address. sync w/kameJun-ichiro itojun Hagino
2002-08-22Remove code, use common ether_crc32_le() routine.Dale Rahn
2002-08-22Configure the media in the initialization routine so that media/mediaoptDale Rahn
2002-08-21add missing CLEANFILES; ok miod@Wilbern Cobb
2002-08-21Recognize both VSIMM slots, and allow one cgfourteen to attach to eachMiod Vallat
2002-08-21RegenMiod Vallat
2002-08-21Correct tty0[0-3] device nodes generation.Miod Vallat
2002-08-21Correctly map the video memory, for proper operation.Miod Vallat