summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove support for synchronous ktrace requests now that none exist anymore.jhb2002-09-111-33/+11
* - Change ktrace genio events to only copy up to ktr_geniosize bytes of ajhb2002-09-111-18/+18
* - Add a kern.ktrace sysctl node.jhb2002-09-111-2/+9
* Change namei and syscall ktrace events to malloc work buffers beforejhb2002-09-111-7/+14
* Somebody forgot to turn out the lights.peter2002-09-112-90/+0
* Cosmetic cleanup to a message.jhb2002-09-111-1/+1
* Sometime after binutils-2.9 (ie: ages ago), the handling of __start_set_*peter2002-09-111-6/+0
* Commit "unrelated style fixes" part of Bruce's patch (regardingpeter2002-09-111-5/+5
* Indentation does not make a block.. need curly braces too.julian2002-09-111-1/+2
* Modify previous commit to solve the real problem that made gcc thinkpeter2002-09-111-5/+5
* I completely fubared this. An empty EXPORT_SYMS= is not valid. I know Ipeter2002-09-111-2/+0
* Whitespace consistency fix from addition of IAHD_REG_PRETTY_PRINT: userwatson2002-09-112-2/+2
* In kvm_openfiles/kvm_open, mark the file descriptors as close-on-exec.nectar2002-09-111-0/+12
* Correct a usage of fnctl that could not be right and results in anectar2002-09-111-1/+1
* It's bad enough people can't figure out to use the same code, or inphk2002-09-114-192/+141
* Fix spelling of Bismarck's name and remove duplicatetg2002-09-112-19/+3
* correct another spammage.. sorry bruce.. not exactly sure how my patchjulian2002-09-111-1/+0
* revert a line that was not part of my change..julian2002-09-111-1/+1
* Add an implementation of wcsftime() (wide character version of strftime()).tjr2002-09-114-2/+155
* Comment and whitespace changes.julian2002-09-111-12/+13
* Completely redo thread states.julian2002-09-1132-499/+443
* Include <vm/uma.h> instead of depending on namespace pollution inbde2002-09-111-7/+10
* Fix LINT build on alpha by completing move of cy and apm_saver tonjl2002-09-112-7/+10
* Add `restrict' type-qualifier.mike2002-09-113-6/+6
* Conditionalize some objects to match the functions that they are usedmike2002-09-111-2/+5
* Add support for the AMD x86-64 Hammer platform.obrien2002-09-111-0/+2
* Some uses of the variable n needed to be int, others needed to bemike2002-09-111-8/+8
* Clarify the return value from child_present.imp2002-09-111-0/+7
* - Lock down the accounting code globals with a subsystem mutex.arr2002-09-111-5/+27
* Quiet warnings about non-existent scripts. My own fault for not testing mygordon2002-09-111-1/+1
* Unbreak world by fixing 4 syntax errors and 1 wrong variable type.mike2002-09-111-5/+5
* Remember who asked for a connect or accept operation so we can actually tellbenno2002-09-111-2/+2
* Fix style bugs in macros.fanf2002-09-101-9/+6
* Tidy up the base64 code and relax the error handling.fanf2002-09-101-18/+28
* Adjust to reflect reality, which is that sigaltstack() takes stack_t *'s.archie2002-09-101-6/+6
* Style: Don't treat pointers as booleans.fanf2002-09-101-2/+2
* Fix tilde-expansion of the filename obtained from the "begin" line in -sfanf2002-09-101-95/+84
* Replace a goto with continue.fanf2002-09-101-2/+1
* Remove register keyword.fanf2002-09-101-2/+2
* Style: space after return.fanf2002-09-101-15/+15
* Fix some style bugs:mike2002-09-101-30/+32
* Make the handling of -i neater.fanf2002-09-101-14/+10
* Only try to chmod the output if it's a regular file, rather thanfanf2002-09-101-4/+4
* New release notes: gre(4), kern.cam.scsi_delay tunable.bmah2002-09-102-0/+16
* Fix namespace issues by using the relatively new visibilitymike2002-09-102-20/+39
* - Forgot to remove `cardattached` declaration in revision 1.22.arr2002-09-101-1/+1
* Add missing calls to mtx_init().phk2002-09-101-0/+12
* Add a paragraph which should clarify the separation of asterisksrobert2002-09-101-0/+6
* Prevent the wrapper from looping on itself forever, when therethomas2002-09-102-1/+11
* Fixed namespace pollution in uma changes:bde2002-09-101-2/+3
OpenPOWER on IntegriCloud