summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add IDs for upcoming LSI U320 products that use the MegaRAID interface.gibbs2002-08-301-1/+3
* Implement data, text, and vmem limit checking in the elf loader and svr4dillon2002-08-303-14/+36
* Reserve majors 171 and 172 for the "mide" (LSI MegaRAID IDE control device)gibbs2002-08-301-0/+2
* Revert previous untested revision. The i386 loader consists of three parts:jhb2002-08-301-1/+1
* Whitespace-only: don't mix tabs and spaces for doing identation.sobomax2002-08-301-16/+16
* Fix a silly typo in user-setable promisc mode code.sobomax2002-08-301-1/+1
* s/hint.acpi.0.disable/hint.acpi.0.disabled/iwasaki2002-08-304-3/+8
* Correctly handle setting, getting and deleting EA's with zero length content.phk2002-08-301-12/+14
* Unbreak kernel build by printing Maxmem using %ld instead of old (now changed)ache2002-08-304-4/+4
* The aac driver needs 256K of contiguous physical memory in order toscottl2002-08-301-3/+4
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-3021-93/+149
* Sigh. Ken Merry convinced me that my attempts to DTRT were wrong.mjacob2002-08-3010-321/+220
* Add 909A PCI id.mjacob2002-08-301-1/+9
* Add an additional copyright (with the express consent of LSI Logic) thatmjacob2002-08-3010-0/+310
* AARGH! btoc() is used in the MI buffer sizing routines to calculatepeter2002-08-301-1/+1
* Rejig the code to figure out estcpu and work out how long a KSEGRP has beenjulian2002-08-303-18/+30
* Try #2 at having /boot/loader default to ELF. Have pxeldr build itspeter2002-08-292-4/+19
* Actually remove the a.out kld loader. While I am not 100% sure, I believepeter2002-08-291-594/+0
* Actually remove the stale a.out kld support. This is the stuff that waspeter2002-08-292-339/+0
* Fix crack-smoking code that was panicing on the quad xeon:julian2002-08-292-52/+46
* Fix a silly off my one error that caused crashes on resume in certainscottl2002-08-291-2/+2
* some ipfilter files that accidently got imported heredarrenr2002-08-293-696/+0
* Add sanity check seeing if adjusted start address exceeds end addressiwasaki2002-08-291-0/+4
* Fix kernel build breakage when ACPI_DEBUG option is specified.iwasaki2002-08-291-2/+4
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-2917-18/+22
* Fixed printf format errors.jake2002-08-293-5/+5
* Minor cleanup.jake2002-08-291-3/+5
* Initiate deorbit burn of i386 a.out kld "support" in loader. Note thatpeter2002-08-296-14/+2
* Removed legacy signal trampoline.jake2002-08-293-24/+2
* Removed support for in-kernel signal code.jake2002-08-291-4/+12
* Resolve conflicts arising from the ACPI CA 20020815 import.iwasaki2002-08-2919-172/+178
* This commit was generated by cvs2svn to compensate for changes in r102550,iwasaki2002-08-2977-892/+3736
|\
| * Vendor import of the Intel ACPI CA 20020815 drop.iwasaki2002-08-2990-1043/+3876
* | Initiate deorbit burn for sys/kern/link_aout.c. We never shipped a.outpeter2002-08-292-2/+0
* | Don't require that sysentvec.sv_szsigcode be non-NULL.jake2002-08-291-3/+7
* | Unrot SPARSE_MAPPING code (vm_map_pageable -> vm_map_wire).jake2002-08-292-8/+8
* | updatepri() works on a ksegrp (where the scheduling parameters are), sopeter2002-08-283-21/+24
* | OK, I have had it with losing my console because the AP's print their "I ampeter2002-08-286-30/+72
* | Only try to flush the FIFO of 500 characters, return EIO if that fails.phk2002-08-281-1/+6
* | accept(2) on a socket that has been shutdown(2) normally returnsarchie2002-08-281-5/+4
* | Allow one to grab the definition of struct ucred by defining _WANT_UCREDalfred2002-08-281-8/+4
* | Add a device description for Intel 82801CA/CAM (ICH3) USB controllerjoe2002-08-282-0/+10
* | Change default value of hw.acpi.sleep_delay to 0.iwasaki2002-08-281-1/+1
* | Add IFF_POLLING into the list of flags which are protected from changing viasobomax2002-08-281-1/+2
* | Marginally simplify dsp_open error handling by adding an early test toorion2002-08-281-68/+51
* | Finally merge in the changes from ipfilter 3.4.29 to freebsd-current.darrenr2002-08-2813-73/+298
* | This commit was generated by cvs2svn to compensate for changes in r102514,darrenr2002-08-283-0/+696
|\ \
| * | Import IPfilter 3.4.29. Main purpose is to address ftp proxy problems.darrenr2002-08-283-0/+696
| * | Update IP Filter kernel sourcedarrenr2001-02-0414-119/+259
| * | Import IP filter 3.4.13darrenr2000-10-298-48/+58
OpenPOWER on IntegriCloud