summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allmike2002-09-036-321/+0
* Remove an unneeded PROC_LOCK, which caused lock recursion panics.jake2002-09-021-1/+1
* Use the new kern_*() functions to avoid using the stack gap iniedowse2002-09-022-90/+49
* Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most othermike2002-09-021-2/+2
* Split up __getcwd so that kernel callers of the internal versioniedowse2002-09-022-18/+32
* Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most othermike2002-09-021-2/+2
* Split fcntl() into a wrapper and a kernel-callable kern_fcntl()iedowse2002-09-022-65/+84
* Hook up libkern/strlcpy.c and libkern/strlcat.c after repocopy.brooks2002-09-022-0/+4
* Make SCSI_DELAY setable at boot time and runtime via thebrooks2002-09-026-25/+89
* Grammer cleanupdillon2002-09-021-2/+2
* fix bogus CTR3 message.davidxu2002-09-021-1/+1
* o Remove an initialized but unused variable from pmap_remove_all().alc2002-09-021-2/+0
* Moved elf brand identification into a function. Fully identify thejake2002-09-021-105/+75
* o Synchronize updates to struct vm_page::cow with the page queues lock.alc2002-09-022-7/+8
* Fixed more indentation bugs.jake2002-09-021-3/+3
* Remove NOFORTH=yes, it seems to work now thanks to scottl.jake2002-09-021-1/+0
* Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921,brooks2002-09-0286-512/+70
* Fix things so that:mjacob2002-09-014-34/+278
* Add a missing #include <sys/lockmgr.h>.iedowse2002-09-011-0/+1
* Minor fixupsscottl2002-09-011-1/+4
* Sync up: remove device counts.marcel2002-09-011-2/+2
* Use the new kern_* functions to avoid the need to store argumentsiedowse2002-09-018-382/+292
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-0121-87/+302
* Restore Rev. 1.40 (remove "Keyboard yes/no" printf).kan2002-09-012-2/+2
* Add a new function linux_emul_convpath(), which is a version ofiedowse2002-09-012-32/+64
* Split out a number of mostly VFS and signal related syscalls intoiedowse2002-09-017-216/+591
* Remove drm_linux.h, move the two useful defines into drm_drv.h. Use fd lockinganholt2002-09-013-167/+73
* Since we have vp and td cached in local variables, use those insteadrwatson2002-09-011-1/+1
* Unbreak LINT a little by not attempting to configure the nonexist optionbde2002-09-011-3/+0
* Use the correct bit value for a debug optionsscottl2002-09-011-1/+1
* Remove options that don't actually exist (in this form).scottl2002-09-011-5/+0
* Bump __FreeBSD_version for _BSD_FOO_T_ to _FOO_T_DECLARED switch.mike2002-09-011-1/+1
* Upgrade to latest QLogic f/w from their intranet site for 2100, 2200 andmjacob2002-09-013-15262/+15533
* Stylistic fixes for the inclusion of the opt_puc.h header, so it comes from thejmallett2002-09-013-7/+6
* 'aicasm optional ahc ahd' means 'build aicasm only if BOTH ahc and ahdpeter2002-08-311-1/+6
* Reduce the maximum KVA reserved for swap meta structures from 70 to 32 MB.dillon2002-08-312-5/+7
* More cleaning up and unhacking:phk2002-08-315-152/+249
* Make this compile.jake2002-08-311-1/+2
* Don't enable PUC_DEBUG by accidentphk2002-08-312-2/+0
* Split the puc driver in pci specific and generic parts.phk2002-08-315-99/+302
* Make modems work:imp2002-08-311-20/+23
* Add cleandepend target.gibbs2002-08-311-0/+4
* Different and more correct workaround for broken cards under NEWCARD:phk2002-08-311-4/+8
* Pass the cleandir target on to the aicasm Makefile. This shouldgibbs2002-08-311-0/+4
* Ignore all config entries which have a non-zero start I/O address.phk2002-08-311-0/+4
* Complete the hookup of ahd/ahc module building.gibbs2002-08-314-15/+42
* Enable ahd/ahc register pretty printing by default. This expeditesgibbs2002-08-312-2/+10
* Add support for ahd/ahc register pretty printing in diagnostics.gibbs2002-08-312-12/+35
* Sync perforce Ids.gibbs2002-08-312-2/+2
* Identify new controllers and the aic7901A.gibbs2002-08-311-33/+55
OpenPOWER on IntegriCloud