summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Argh!.. Spot the deliberate mistake that was probably causing thepeter1998-04-111-1/+1
* MF22: build lpd docsjkh1998-04-111-5/+2
* Change the FILE locking to be by FILE, not by the underlying fd asjb1998-04-1113-81/+399
* Add FILE locking stubs for libc.jb1998-04-1128-337/+211
* Remove a nolonger implented "BUGS" description.phk1998-04-111-14/+0
* Add *_unlocked() macros according to POSIX. In the _THREAD_SAFE case,jb1998-04-111-9/+59
* Correctly figure out that the remove cannot do passive mode.phk1998-04-111-1/+3
* Add a global variable called __isthreaded that can be tested throughoutjb1998-04-111-0/+9
* Add a private header file for libc/libc_r/libpthread to containjb1998-04-111-0/+66
* Add a function prototype to set the name of a thread for debuggingjb1998-04-111-1/+2
* Added comments about LC_ALL and setlocale(3).des1998-04-101-2/+6
* Add a reference to the gcc linker option -pthread that is part ofjb1998-04-101-3/+11
* Document the FreeBSD specific options from LIB_SPEC.jb1998-04-101-0/+10
* Do not clobber "heads" by &= in wdcommand use only &.sos1998-04-101-2/+2
* Fix the assembler so that it produces object files with the correctjdp1998-04-102-3/+3
* Grammar police.alex1998-04-101-2/+2
* Add the LBA addressing flag.sos1998-04-091-1/+3
* Add the new LBA mode support in the wd? config examples.sos1998-04-093-6/+9
* Try to use the "right" CHS translations of a LBA device.sos1998-04-091-4/+21
* - Whoops, better have the structure created before trying to use it innate1998-04-091-2/+2
* Add LBA mode support for large drives.sos1998-04-082-43/+71
* Fix a minor bug (|| instead of |)sos1998-04-082-6/+6
* New mount option nosymfollow. If enabled, the kernel lookup()wosch1998-04-0811-19/+41
* - Fix bug I introduced a few months ago. If a driver fails the probe,nate1998-04-081-4/+4
* (evil) hackers -> crackerscracauer1998-04-082-5/+5
* Minor adjustments to the timecounting and proc0.phk1998-04-083-11/+13
* Fix a bug which clobbered linker set symbols that had forward references.jdp1998-04-071-2/+18
* Sync with sys/i386/boot/biosboot/README.serial revision 1.9.kato1998-04-071-3/+3
* Guess the position of the drive number in the device name better sobde1998-04-074-24/+28
* Sync with sys/i386/isa/npx.c revision 1.58.kato1998-04-071-5/+1
* Sync with sys/i386/conf/files.i386 revision 1.196.kato1998-04-072-4/+6
* Sync with sys/i386/i386/machdep.c revision 1.294.kato1998-04-072-24/+6
* Today is not my lucky day. Fix missing brace and I got a requestpeter1998-04-061-3/+3
* Fix VM86 compiles. a #include "opt_vm86.h" was missing, and the my_trpeter1998-04-066-29/+15
* Use a different errno (ELOOP (as sef mentioned) since the text that goespeter1998-04-061-2/+6
* Rather than let users get fd's to symlink files, make O_NOFOLLOW causepeter1998-04-061-3/+3
* Back this out, allowing users to get a fd connected to a symlink ispeter1998-04-061-16/+6
* Don't panic if a VOP_READ() gets through on a short link, Just Do Itpeter1998-04-061-7/+17
* Implement a new open(2) flag: O_NOFOLLOW. This will instruct openpeter1998-04-062-3/+5
* Add a new -F flag which is a superset of -f. It will cause tail topeter1998-04-064-4/+42
* curproc is initialized in locore at the same time for both SMP and UP now.peter1998-04-061-15/+1
* remove #ifdef declaration of npxproc, use globals.s and the extern always.peter1998-04-063-15/+3
* add globals.s for data that is treated differently on SMP.peter1998-04-062-4/+6
* Use real types for the SMP pages being allocated rather than arrays ofpeter1998-04-067-119/+77
* clean up #ifdefs, define the variables that have to be per-cpu on SMPpeter1998-04-062-24/+6
* _curpcb is always defined in globals.s instead of here in #ifdefspeter1998-04-063-18/+3
* Bogus castspeter1998-04-062-8/+8
* Defunct, now part of globals.speter1998-04-061-92/+0
* Rather than filling this file up with SMP .sets, use those frompeter1998-04-063-171/+12
* Generate #defines that the asm code can access for the per-cpu datapeter1998-04-062-4/+92
OpenPOWER on IntegriCloud