summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use a fixed MAXBSIZE-size auto array instead of a static pointeriedowse2002-07-081-6/+2
* Avoid vm_page_lookup() [grabs a spinlock] and just process the upagepeter2002-07-081-14/+9
* Replace the use of %qd with intmax_t/%jd and fix a number of -Walliedowse2002-07-084-20/+23
* Fix a hideous TLB bug. pmap_unmapdev neglected to remove the devicepeter2002-07-082-8/+46
* Enable netboot support by default, since it can now coexist with disk andjake2002-07-071-3/+3
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/peter2002-07-0714-1022/+277
* Add a hack (kludge?) to avoid trying to access files backed by diskjake2002-07-072-0/+8
* Update for post-kse3 pmap kthread allocation changespeter2002-07-073-45/+27
* Fix (s/proc/thread/) some typos in two panic messages.peter2002-07-071-2/+2
* Remove 0 initializers for global/static variables, so they end up inluigi2002-07-071-4/+4
* - Require locks for getattr. At some point this could only require sharedjeff2002-07-071-3/+1
* - Delay unlocking a vnode in linker_hints_lookup until we're actually donejeff2002-07-071-5/+4
* Make this compile on 64 bit platformspeter2002-07-072-8/+8
* Remove nfsd and mountd from src/sbin, look for it in src/usr.sbingordon2002-07-079-4202/+0
* nfsd and mountd now live in /usr/sbin not /sbin. Correct the command args.gordon2002-07-072-4/+2
* Hook nfsd and mountd back into the build in /usr/sbin, where they make moregordon2002-07-071-0/+2
* Unhook sbin/nfsd and sbin/mountd from the build. They will be moving togordon2002-07-071-2/+0
* Make printval() take a 'void *' thus negating any assumptions the compilerjmallett2002-07-071-2/+2
* Change help documentation for bootfile and module_path to reflectmp2002-07-071-6/+8
* o Lock accesses to the free queue(s) in vm_page_zero_idle().alc2002-07-071-0/+4
* Make NEWCARD the default pccard/cardbus system.imp2002-07-072-4/+10
* Be more strict with WARNS now -- the GCC 3.1 turmoil is behind us.obrien2002-07-071-0/+6
* Make building with ficl work. Unfortunately booting with it doesn't.jake2002-07-072-5/+10
* Don't explicit kill of the process' own pid.ume2002-07-071-5/+4
* Build ficl on sparc64 fwiw. It doesn't work.jake2002-07-071-2/+0
* s/unavilable/unavailable/dannyboy2002-07-071-1/+1
* One #include <sys/lock.h> is enough.mux2002-07-072-2/+0
* Ficl wants _setjmp and _longjmp. No need for weak symbols either.jake2002-07-071-6/+4
* Paraphrase a quote to remove year specific references.mp2002-07-071-1/+1
* Remove a debug output statement.robert2002-07-071-4/+0
* - Fix the code in sbuf_need() to double the allocation size untilrobert2002-07-071-9/+17
* Fix some printf format errors.iedowse2002-07-072-6/+6
* Fix syntax error which occurred when LIBC_SCCS was defined.robert2002-07-071-1/+1
* Silence pam_lastlog for now.des2002-07-071-1/+1
* Add a note about nslookup needing a slightly different version of thedougb2002-07-071-0/+4
* Make it official. The old BIND Operator's Guide has no informationdougb2002-07-071-3/+0
* Another update from Mike Makonnen.dougb2002-07-071-6/+4
* - Use 'options DEBUG_VFS_LOCKS' instead of the DEBUG_ALL_VFS_LOCKSjeff2002-07-071-5/+7
* - Don't hold the vn lock while calling VOP_CLOSE in vclean().jeff2002-07-071-6/+10
* o Traverse the object's memq rather than repeatedly calling vm_page_lookup()alc2002-07-071-5/+2
* - BUF_REFCNT() seems to be the preferred method for verifying a locked buf.jeff2002-07-071-3/+9
* Add two asserts that prove & document getblk and geteblk's behavior ofjeff2002-07-071-0/+2
* Latest improvements from Mike Makonnen. Better kerberos and apm handling.dougb2002-07-074-5/+56
* Synchronize path with dot.cshrc by adding /usr/local/sbin.mp2002-07-071-1/+1
* - Hold a lock on the vnode acquired from the file table across the call tojeff2002-07-061-3/+14
* Fix a mistake in my last commit. Don't grab an extra reference to the objectjeff2002-07-062-4/+1
* sec-doc.7 has been repo-copied to sdoc.7 to be consistent with sprog.7.chris2002-07-063-299/+3
* Remove the nanosleep calls from the spin loops in the locking code.jdp2002-07-065-42/+7
* New release note: kbdmap(1)/vidfont(1) C rewrite.bmah2002-07-062-28/+56
* The .Nm utility.charnier2002-07-0613-67/+103
OpenPOWER on IntegriCloud