summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pacify gcc warning with a Douglas Adams reference.peter2003-10-261-0/+2
* Fix some warnings by defining has_sa_sigaction to 1. When the configurepeter2003-10-261-1/+1
* Since I'm having so much fun with const, beat my head against the wallpeter2003-10-261-3/+3
* Pointers dont fit in an int on 64 bit platforms. Fix a gcc warning.peter2003-10-261-1/+1
* The third arg to strncmp() is size_t, not int. This causes a warning onpeter2003-10-261-1/+2
* Preserve the constness of the value argument passed to env_setenv() aspeter2003-10-262-2/+3
* Pacify gcc about casting pointers to integers (for the lowest few bits).peter2003-10-261-6/+8
* (mostly) Clean up some const warnings here. The code takes some libertiespeter2003-10-261-8/+9
* clnt_call takes args of type xdrproc_t.peter2003-10-265-19/+24
* Move the -Wtraditional warning from the global cpp flags to when the -ppeter2003-10-261-2/+1
* Disable the log() builtin (the math function), because it will not do muchpeter2003-10-261-1/+1
* When we pass a string as auxillary data (type long), be sure to convertpeter2003-10-262-2/+4
* Fix a warning about mismatched pointers. A pointer to "void *" is not thepeter2003-10-261-1/+1
* constify bintime_add, bintime_sub, bintime2timespec, timespec2bintime,alfred2003-10-261-6/+6
* constify the second args to timevaladd() and timevalsub().alfred2003-10-262-4/+4
* Add coup d'état in Chile, 1973.grog2003-10-261-0/+1
* Const poison string accessor functions.imp2003-10-264-10/+11
* style.Makefile: Add a '?' before '=' in WARNS.trhodes2003-10-261-1/+1
* Add end and start dates for DST.grog2003-10-261-0/+3
* Consistently cast to (u_char *) when filling with junk.phk2003-10-251-3/+3
* - Add some of the required vm object locking, including assertions wherealc2003-10-251-4/+24
* fix spelling of ATTACHjmg2003-10-251-1/+1
* Minor style nits suggested by sam and mdodd:imp2003-10-254-26/+33
* Convert to bus_space.imp2003-10-254-144/+206
* Better safe than clever.des2003-10-251-2/+5
* For the SMP case, flush the TLB at the beginning of the page zero/copypeter2003-10-251-0/+13
* - Align a comment within struct vm_page.alc2003-10-251-5/+5
* Check (locked) before performing an advisory unlock following a failurerwatson2003-10-251-1/+2
* When generate a core dump, use advisory locking in an advisory way:rwatson2003-10-251-6/+6
* Allow MAC policies to block/revoke kern_alq write access to a file.rwatson2003-10-251-2/+10
* Make MAC_EXTERNALIZE() and MAC_INTERNALIZE() simply take the objectrwatson2003-10-255-15/+15
* Fix fwmem_strategy() race in 4-stable.simokawa2003-10-252-1/+6
* Move validity check of 'xfer->fc != NULL' to right place.simokawa2003-10-251-4/+4
* update for conserver-8.0.4.simokawa2003-10-251-2/+10
* remove debug message.simokawa2003-10-251-1/+0
* Document fabsl(3).des2003-10-251-6/+19
* dcons_crom.c needs dcons and firewire.simokawa2003-10-251-1/+1
* Style changes. Inching closer to convergence with OpenBSD.phk2003-10-251-61/+60
* revert following unwanted changes:ume2003-10-253-33/+33
* correct namespace pollution.ume2003-10-252-2/+6
* - fabsl.c should be named s_fabsl.c for consistency with libmsun'sdes2003-10-252-3/+11
* according to RFC3542 10.5, the 5th argment of inet6_opt_next()ume2003-10-251-1/+1
* - Call vnode_pager_input_old() with the vm object locked.alc2003-10-251-5/+6
* GC workaround code for detecting pentium4's and disabling PSE and PG_G.peter2003-10-251-27/+0
* Add devctl(4) notify support to ACPI. Various subsystems now notifynjl2003-10-258-3/+65
* Whole grab-bag of changes:imp2003-10-257-208/+216
* Start to minimize diffs between vx and ep. These latter is based on aimp2003-10-255-89/+127
* Sort type declarations together.rwatson2003-10-251-6/+1
* Convenience functions to generate notifications from the kernel. The ACPIimp2003-10-242-19/+70
* Add support for another multiple serial port card based on OX16PCI954 deviceambrisko2003-10-241-0/+13
OpenPOWER on IntegriCloud