summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Further fix PS_NEEDSIGCHKdavidxu2003-02-172-0/+4
* Move code for detecting PS_NEEDSIGCHK into thread_schedule_upcall,davidxu2003-02-173-2/+4
* * firewire.csimokawa2003-02-172-48/+19
* Add libgmp.so.3 from 4.7-RELEASE CDs.nectar2003-02-172-0/+2
* o Restore an interrupt priority level before return.maxim2003-02-171-0/+2
* o Fix ipfw uid rules: socheckuid() returns 0 when uid matches a socketmaxim2003-02-171-2/+2
* Fix missed patch in last commitjulian2003-02-172-10/+6
* Deliver signals posted via an upcall to the appropriate thread.mini2003-02-1712-1050/+548
* Use the proc lock to protect p_realtimer instead of Giant, and obtaintjr2003-02-175-48/+38
* - Add a new function, thread_signal_add(), that is called from postsig tojeff2003-02-175-61/+82
* Move a bunch of flags from the KSE to the thread.julian2003-02-1735-110/+89
* Define _ALIGNBYTES to be 15. This should have been done right away.marcel2003-02-171-1/+1
* Print two new processor features:marcel2003-02-171-2/+4
* Call the weak symbol for sigprocmask, so that it can be overridden.mini2003-02-171-1/+1
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-1719-1324/+1419
* Move call to pci_print_verbose until after all the variables that itimp2003-02-171-1/+1
* Back out "drop first N values" method of removing monotonically increasedache2003-02-171-7/+1
* Second attempt at removing machdep.h and using ALIGN from <sys/param.h>.tjr2003-02-173-56/+6
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intojeff2003-02-1711-98/+87
* Correct the BSD/OS macro.trhodes2003-02-161-1/+1
* New release notes: FILE 3.40, IPFilter 3.4.31.bmah2003-02-162-2/+14
* We stopped reloading rc.conf for each script a long time ago. Thingsmtm2003-02-161-2/+2
* zero the end of the memory cluster we're disposing of. Otherwise tehgallatin2003-02-161-0/+1
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBphk2003-02-168-30/+30
* Correct typos.schweikh2003-02-162-2/+2
* Update copyright.mtm2003-02-162-6/+2
* Whatever dumbass wrote sio_pci.c didn't include a detach method.imp2003-02-161-0/+1
* Condense the output to one line per removed user. For user's whomtm2003-02-162-21/+56
* No need to wrap siodetach() with sio_pccard_detach.imp2003-02-161-9/+1
* When trimming memory to fit Maxmem, and we discard an entire cluster,gallatin2003-02-161-0/+1
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-1637-39/+74
* Fix logic in loop so it actually executes.alfred2003-02-161-1/+1
* Add #include <sys/resource.h>phk2003-02-162-0/+2
* Add #include <sys/resource.h>phk2003-02-163-0/+3
* Add #include <sys/resource.h>phk2003-02-162-0/+2
* Add #include <sys/resource.h>phk2003-02-161-0/+1
* Pointy hat- bad commit.mjacob2003-02-161-1/+1
* This file is now empty and should no longer be used anywhere.phk2003-02-161-0/+2
* Remove #include <sys/dkstat.h>phk2003-02-1637-37/+0
* Remove <sys/dkstat.h> #includephk2003-02-161-1/+0
* Remove include of <sys/dkstat.h>phk2003-02-161-1/+0
* Move cp_time[CPUSTATES] and related #defines to <sys/resource.h>phk2003-02-162-12/+8
* Premptively include <sys/resource.h> to get the cp_time[CPUSTATES].phk2003-02-161-0/+1
* Declare tty related counters in a tty related .h file.phk2003-02-162-4/+4
* Move the tty related statistics counters to live with the tty code.phk2003-02-162-5/+5
* Alphabetize.des2003-02-161-9/+9
* Back out previous commit now that pam_opieaccess(8) has an allow_localdes2003-02-161-1/+1
* Add the allow_local option to all pam_opieaccess entries.des2003-02-166-6/+6
* Add the want_agent option to the commented-out "session" pam_ssh entry.des2003-02-161-1/+1
* Add an "allow_local" option which forces historical behaviour.des2003-02-162-2/+20
OpenPOWER on IntegriCloud