summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix issue where shutdown(socket, SHUT_RD) was effectivelysilby2002-09-222-6/+20
* Update equinoxes and solstices.grog2002-09-221-2/+2
* Remove unneeded opt headers.jake2002-09-221-3/+0
* - Move the init of %gs and pcb_gs before user_ldt_free().mdodd2002-09-222-26/+8
* It's Apple GMAC, not HMAC.benno2002-09-222-2/+2
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cjake2002-09-229-390/+246
* Style cleanup:mini2002-09-211-14/+11
* Whitespace fixes (mainly for many more messes in the definitions of thebde2002-09-211-17/+17
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-2120-93/+102
* Whitespace cleanup (half for fixing missing whitespace before `__restrict'bde2002-09-211-20/+21
* Remove #ifdef'ed Giant mutex wrappers round debugging statements.markm2002-09-212-10/+0
* Cleanup of amdpm(4).nsouch2002-09-214-137/+183
* No functional change. Fix comments and whitespace.markm2002-09-211-4/+3
* Whitespace fixes (mainly for a space instead of a tab after #define).bde2002-09-211-18/+20
* Remove another missed trailing space.rwatson2002-09-211-1/+1
* o Remove an initialized but unused variable from pmap_remove_all().alc2002-09-211-2/+0
* Trim trailing whitespace from the ends of lines.rwatson2002-09-212-23/+23
* Continue cleanup and sync of mac_biba and mac_mls policies to therwatson2002-09-212-26/+0
* Wrap GNUish asm() code in #ifdef __GNUC__markm2002-09-211-0/+24
* Use a function instead of a non-portable, GCC-specific asm() entry.markm2002-09-211-1/+2
* A good dose of style.9. No functional change.markm2002-09-212-42/+34
* Remove mac_biba_high_single() check for interface renaming: we nowrwatson2002-09-211-12/+0
* Code tidy-up. ISOfy, turn a macro into an inline for lint(1) (perhapsmarkm2002-09-212-32/+30
* Use a function instead of embedding non-portable asm() constructsmarkm2002-09-212-2/+4
* Sort includes.markm2002-09-212-26/+28
* As INVARIANTS isn't supported for code that loads only as a kernelrwatson2002-09-212-4/+4
* Provide in inline function for the (GNUC) assembler "hlt" instruction.markm2002-09-212-0/+14
* Wrap GCC-specific asm() code in #ifdef __GNUC__markm2002-09-212-0/+4
* Don't include opt_bus.h here, it breaks stuff trying tomux2002-09-211-1/+0
* Constify to kill some warnings.markm2002-09-212-2/+2
* Everywhere else, an argument passed to a device containing flagsmarkm2002-09-211-5/+4
* s/seems to thing/seems to thinkschweikh2002-09-211-1/+1
* Firewire can be built on other than i386 after sbp.c fix.simokawa2002-09-211-2/+1
* don't include bus_dma.h which doesn't need.simokawa2002-09-211-3/+0
* remove unused code.simokawa2002-09-211-15/+0
* Delete stray reference to vsnprintf().tjr2002-09-211-3/+2
* Add implementations of the wprintf() family of functions, which performtjr2002-09-2111-4/+2443
* Rename the ftp log filename for compatability with OpenBSD and NetBSD.markm2002-09-213-3/+3
* Restrict visibility of wcslcat() and wcslcpy() to the __BSD_VISIBLE case.tjr2002-09-211-2/+5
* Remove empty #if*/#endif clauses.phk2002-09-213-7/+0
* Fix typo.max2002-09-211-1/+1
* Remove #ifdef/#endif 3 years after the stuff they protected was removed.phk2002-09-213-6/+0
* Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that therephk2002-09-215-10/+0
* Reduce namespace pollution.alc2002-09-211-3/+0
* Claim to be 1003.1-2001. We're not quite, yet, but that's a more usefulwollman2002-09-213-150/+86
* Initiate deorbit burn sequence for sysctl CTL_USER MIB branch.wollman2002-09-211-105/+351
* Define constants for those POSIX options and option groups which arewollman2002-09-211-18/+237
* Use new visibility macros. Reorder some disordered declarations. Addwollman2002-09-211-52/+104
* Use new visibility macros. (1 of 5)wollman2002-09-211-10/+10
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structwollman2002-09-2111-49/+206
OpenPOWER on IntegriCloud