summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable wake up GPE before shutdown, not only for sleeping.takawata2003-07-261-0/+1
* Avoid using __aligned(16). Instead define the jmp_buf in terms ofmarcel2003-07-261-9/+11
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-2628-42/+43
* Unbreak ia64 builds now -Werror is enabled again. Avoid obsoletemarcel2003-07-261-6/+6
* Guard against MLEN growing larger than a uint8_t due to MSIZE grwoing to ascottl2003-07-263-0/+6
* Bah, I go and get all preachy, and then commit from the wrong branch. Revertscottl2003-07-261-2/+2
* Fix the release build with a forgotten '-f'.scottl2003-07-261-3/+3
* Fixes for 64 bit cleanliness. The length arg to sysctl is a pointer topeter2003-07-261-1/+2
* Use #include <string.h> rather than <strings.h> so that the strdup()peter2003-07-261-1/+2
* Gulp ... call kmem_malloc() without Giant.alc2003-07-261-7/+1
* Fix some recently introduced warnings. 'Declaration does not declarepeter2003-07-261-2/+2
* Turn -Werror back on again. I've tested with/withoutpeter2003-07-261-1/+1
* Fix typo.davidxu2003-07-262-10/+10
* Change the inline limit switch to something that exists in gcc-3.2.peter2003-07-262-4/+4
* Revise and improve ntfs_subr.c 1.30: read only a single cluster at a timetjr2003-07-262-17/+28
* Revert previous commit. We don't use setjmp()/longjmp() for contextmarcel2003-07-252-6/+3
* revision 1.51 of vm/uma_core.c modified uma_large_malloc() to acquirealc2003-07-251-6/+0
* powerpc isn't tinderbox-ready yet.des2003-07-252-2/+2
* Use __FBSDID().obrien2003-07-2539-78/+127
* Use __FBSDID().obrien2003-07-253-6/+10
* Add support for the M_ZERO flag to contigmalloc().mux2003-07-251-1/+5
* Make this 64 bit clean. Use size_t for sysctl() length pointer args.peter2003-07-251-1/+2
* Remove alpha vtophys() hack from if_bgereg.h and clean up unneededwpaul2003-07-252-7/+0
* Convert bge(4) to use busdma. I have not tested this on anythingwpaul2003-07-252-127/+856
* Fix for 64 bit platforms. sysctl's length args are pointers topeter2003-07-252-3/+6
* MFi386 revision 1.416alc2003-07-253-21/+30
* Discussions on src-committers with alfred and bde pointed out thatgad2003-07-251-6/+8
* Fix amd64 build by deleting trailing whitespace. Doh!peter2003-07-251-1/+1
* State that in -exec ... ; the semicolon should be quoted if invoked fromschweikh2003-07-251-0/+4
* Fix output from an error message.njl2003-07-251-5/+5
* Add wrapper for kqueue() to keep track of the allocated fd and allow it tomp2003-07-252-0/+54
* Add an informational debugging printf of the maximum time spent innjl2003-07-251-0/+10
* Backed out the micro-optimization in 1.4. It was to help gcc-2.6.3bde2003-07-251-6/+1
* New release notes: bge(4) 5705 support.hrs2003-07-252-2/+12
* Make the PC98 small boot floppy usable again.ru2003-07-251-0/+4
* When deciding whether to download the microcode or not look at the API ratherharti2003-07-251-1/+1
* Print the offending SPANS message only if printing is enabled.harti2003-07-251-1/+2
* An u_int8_t can never be bigger than 255, so remove a useless check.mux2003-07-251-2/+0
* Remove a duplicate entry.mux2003-07-251-4/+0
* o Do not overwrite saved interrupt priority level by alloc_hash(),maxim2003-07-251-6/+8
* The RELEASE9 knob is now OBE.ru2003-07-251-7/+1
* Moved the boot floppy generation code out from release.9 to release.10.ru2003-07-252-53/+36
* Add support for VBR and CBR PVCs for IP over ATM.harti2003-07-255-6/+205
* Make library WARNS=6 clean. The problems have been: alignment on sparc64harti2003-07-254-7/+8
* Due to a gcc bug, it doesn't like local variables with names like 'sin'.harti2003-07-251-3/+3
* Make ilmid WARNS=6 clean. The problem were a couple of unused functionharti2003-07-252-14/+14
* Remove __aligned(16) from the definition of struct _ia64_fpreg. It'smarcel2003-07-252-132/+133
* Remove INVARIANT* and WITNESS. This makes the simulator much moremarcel2003-07-251-3/+0
* Ready to go live.des2003-07-254-0/+4
* Set the interface type of the network interfaces to IFT_IPOVERATM(114).harti2003-07-251-1/+1
OpenPOWER on IntegriCloud