summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change all instances of `CURPROC' and `CURTHD' to `curproc,' in orderbmilekic2001-02-124-45/+45
* Catch up to mutex API changes.bmilekic2001-02-121-145/+214
* Take advantage of the current libc sizeof(FILE) breakage (__sF[]) andpeter2001-02-122-3/+10
* o Fix build of libc broken in revision 1.2. offsetof() requires therwatson2001-02-121-0/+2
* Note that packets read as outgoing have invalid IP header checksums.archie2001-02-121-0/+1
* Catch up to new priority interface.jake2001-02-125-27/+25
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-1239-554/+581
* 1. The key SSD_KEY_RECOVERED_ERROR is not an error at all and shouldmjacob2001-02-111-7/+15
* Remove (int) file descriptor locking. It should be up to thedeischen2001-02-1111-512/+59
* libc MT-safety, part 2.deischen2001-02-1122-104/+261
* libc MT-safety, part 2.deischen2001-02-111-0/+4
* Uname is in section 3 of the manual pages.dwmalone2001-02-111-1/+1
* Mention PROT_NONE in the list of possible protections.nik2001-02-111-0/+2
* Include mmap(2) in the list of memory allocation functions.nik2001-02-111-2/+10
* .Xr to mmap.nik2001-02-111-1/+2
* Note that mmap(2) can allocate memory, as well as mapping existing files,nik2001-02-111-1/+1
* LSI/SYMBIOS/NCR 53C[8XX|10XX] supported hardware updated.groudier2001-02-111-4/+6
* Add a man page for the dbm_* functions, and update the Makefile to linknik2001-02-112-1/+211
* Make a big improvement to entropy-harvesting speed by not having anymarkm2001-02-112-66/+41
* Add ja_JP.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.knu2001-02-119-3/+122
* Add ko_KR.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-119-3/+122
* Fix:groudier2001-02-111-10/+32
* Don't use hardcoded struct size, use offsetof() instead (make size calculationsphantom2001-02-111-5/+7
* Don't try to convert grouping strings in case if C or POSIX localephantom2001-02-112-2/+2
* RIP <machine/lock.h>.markm2001-02-1139-295/+159
* Clean up RST ratelimiting. Previously, ratelimiting occured before testsbmilekic2001-02-115-78/+109
* Long awaited style fixup in mbuf code. Get rid of K&R style prototypingbmilekic2001-02-113-187/+136
* Eliminate ISP2100_FABRIC- we always allow for fabric now. Add anmjacob2001-02-111-19/+86
* Add structure defining FC-AL position maps. The only tool that I know ofmjacob2001-02-111-0/+16
* Shuffle around how we do isp_disable management- make sure we return 0 somjacob2001-02-111-21/+25
* Add isp_fc_runstate function- this function's purpose is to, in stages,mjacob2001-02-111-0/+54
* Default the plist dir as we know where it is relative to us.obrien2001-02-111-19/+9
* Minor comment & doc tweak.obrien2001-02-111-2/+4
* Roll minor version. Remove ISP2100_FABRIC define (unneeded now).mjacob2001-02-111-2/+6
* Do some cleanup based upon adapter role- mainly not enabling interruptsmjacob2001-02-111-35/+33
* Minor stuff:mjacob2001-02-111-370/+593
* update to latest and greatest f/wmjacob2001-02-115-11570/+13592
* - Place back STR string declarations for lock/unlock strings used for KTR_LOCKbmilekic2001-02-114-45/+92
* Use decimal point from localeache2001-02-111-1/+5
* Change localizing to LC_ALLache2001-02-101-1/+1
* Temporary workaround to get things to compile. I could have updatedmjacob2001-02-102-2/+9
* Add missing 4-th space at the end of int_curr_symbolache2001-02-102-2/+2
* Resurrect Minix sh(1), after its license has been changed to BSD one.abial2001-02-1010-0/+5018
* Localize it (LC_NUMERIC)ache2001-02-101-13/+25
* Add Polish locale.abial2001-02-109-0/+119
* Unbreak by syncing with changes in <sys/sysctl.h> macros.abial2001-02-101-12/+12
* Clear the reschedule flag after finding it set in userret(). Thisjake2001-02-104-0/+4
* make it possible to specify grouping number from range 0..CHAR_MAX,phantom2001-02-101-3/+9
* -Document DS20 serial/graphics console (as it bit me yesterday.. again.. grr)wilko2001-02-101-1/+14
* Use "namespace.h" and "un-namespace.h"phantom2001-02-101-0/+2
OpenPOWER on IntegriCloud