summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Deal with nfs server module changes for autoloading.peter2001-09-202-18/+8
* Deal with module name changes and autoloading.peter2001-09-202-30/+16
* Welcome 4.4-FreeBSD to the family.obrien2001-09-201-0/+3
* I forgot to rm the nfs module directory.peter2001-09-201-18/+0
* Add minimal support for "o"-type print-file actions in lpd control files.gad2001-09-202-13/+29
* Use BATL/BATU macros instead of hardcoded hex constants.mp2001-09-203-27/+12
* Update PowerPC MD code to compile and do initial bootstrap based onmp2001-09-2022-193/+519
* Fix a bug in propagate priority: the kse group pointer wasn't beingjhb2001-09-192-0/+2
* Handle the RX FIFO overflow condition with the rxeof handler insteadwpaul2001-09-192-3/+4
* Add a new rc.conf variable, cloned_interfaces, to create clonedbrooks2001-09-199-7/+80
* Don't check uninitialized memory for having the shell control charactertegge2001-09-191-4/+4
* BASESYNTAX, DQSYNTAX, SQSYNTAX and ARISYNTAX handles negative indexes.tegge2001-09-192-6/+6
* Adjust some type checks to include CTLQUOTEMARK in the range oftegge2001-09-191-3/+3
* Don't try to dereference a kernel pointer in userland; use offsetof()fenner2001-09-192-2/+2
* Solve our braindead sourcetree dependency on GCC in another way.asmodai2001-09-191-1/+0
* Non-decimal ``skipto'' rule numbers are meaningless.ru2001-09-191-1/+1
* o Clarification of securelevel_{ge,gt} comment.rwatson2001-09-191-2/+2
* Fix abuse of vtagtype. In addition, after this the linux programs will besobomax2001-09-191-32/+20
* Implement time().dfr2001-09-192-2/+226
* Various fixes and improvements:sobomax2001-09-198-80/+187
* In FreeBSD, -Z is reserved for zgrep(1), and onlyru2001-09-191-2/+2
* Reserve an extra 16 bytes in case we have to grow the trapframe intopeter2001-09-192-2/+4
* Fix a mistake I made with the pcb movement relative to the stack in thepeter2001-09-193-6/+6
* Add missing ; in last commitpeter2001-09-191-1/+1
* Add a quirk entry for the Sony CLIE memory stick device. This will becomescottl2001-09-191-0/+8
* The vfs.nfs.bufpackets sysctl is in the client, not the server. Move itpeter2001-09-197-63/+56
* Make stf a clonable device.brooks2001-09-191-41/+109
* Sigh, Last minute pre-merge typo. (missing quotes)peter2001-09-181-1/+1
* Userland part of nfs client/server split and cleanup.peter2001-09-1818-720/+158
* Regeneratepeter2001-09-186-281/+292
* Cleanup and split of nfs client and server code.peter2001-09-1880-38022/+2805
* Use a 'p' variable instead of repetitively indirecting td->td_proc forjhb2001-09-181-17/+20
* Remove accidentally included debug stuff.julian2001-09-181-3/+0
* Regen.n_hibma2001-09-182-9/+26
* Update the header of the file with a comment on how to regeneraten_hibma2001-09-181-7/+24
* Don't initialize proc0's mutex twice. It is already done earlier on in thejhb2001-09-181-1/+0
* GC obsolete cruft from this file.jhb2001-09-181-14/+0
* Whitespace fixes.jhb2001-09-183-6/+6
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itjhb2001-09-1811-84/+84
* - Fix a missed idleproc -> idlethread conversion.jhb2001-09-182-4/+2
* If we have a p variable pointing to td->td_proc already, use it instead ofjhb2001-09-181-8/+8
* Whitespace fixes.jhb2001-09-184-12/+12
* o Introduce two new calls, securelevel_gt() and securelevel_ge(), whichrwatson2001-09-182-3/+59
* Have the driver announce its rxcsum capabilities.jlemon2001-09-181-0/+2
* Split hwcsum into rxcsum and txcsum components.jlemon2001-09-181-3/+5
* Split HWCSUM into two components: RX and TX, for the benefit of driversjlemon2001-09-181-2/+5
* o Remove redundant securelevel/pid1 check in procfs_rw() -- thisrwatson2001-09-181-2/+0
* Set debug information on the process being traced, not the current (debugger)mp2001-09-181-2/+2
* Have the driver to announce what capabilitis it supports.jlemon2001-09-181-0/+2
* Have the driver announce what capabilities it supports. These arejlemon2001-09-181-6/+5
OpenPOWER on IntegriCloud