summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* It seems that sound(4)'s feeder routines don't need to allocate memorygreen2003-02-233-11/+8
* The rest of our platforms make bus_space_write_multi_stream_2's 'a' aobrien2003-02-231-1/+1
* Add an empty bus_space_unmap() like Alpha has. puc(4) uses it.obrien2003-02-231-0/+11
* PAGE_SIZE is unsigned on all our platforms, and is a long on some.obrien2003-02-231-2/+2
* Pass 'nodevice' onto the final output.obrien2003-02-231-1/+1
* Add adv_adj_endian_qdone_info() & adv_adj_scsiq_endian()obrien2003-02-231-0/+18
* NO_GEOM cleanup:phk2003-02-232-92/+28
* Improve the security and performance of syncookies:silby2003-02-231-26/+47
* NO_GEOM cleanup:phk2003-02-235-67/+19
* Fix the detach code to actually detach the disk instance createdphk2003-02-231-5/+1
* Remove a goto the very next statement.phk2003-02-231-3/+0
* Mark major 102 unused now that the fla driver no longer needs a major number.phk2003-02-231-1/+1
* Bracket the kern.vnode sysctl in #ifdef notyet because it resultsphk2003-02-231-0/+2
* Temporarily disable tagged queueing while I figure out why it broke.sos2003-02-231-1/+2
* Fix chipset setup problem on older ALI chips.sos2003-02-231-9/+14
* Yesterday just wasn't my day. Remove testing delta that crept into the diff.jlemon2003-02-232-2/+2
* Fix timeout when using UDMA speeds, bad chip setup.sos2003-02-231-3/+0
* Add an implementation of strdup() to libkern. Allocated memory is ofrwatson2003-02-234-0/+57
* Doh. Forgot to remove _KERNEL version.grehan2003-02-231-7/+0
* OK, I was too sleepy there...phk2003-02-231-2/+4
* Add NOTES for pc98.nyan2003-02-232-0/+967
* Move MD devices to <machine>/conf/NOTES.nyan2003-02-233-184/+370
* Merged from sys/dev/syscons/syscons.c revision 1.393.nyan2003-02-231-1/+4
* Fix compile error with FB_INSTALL_CDEV option.nyan2003-02-232-16/+28
* MFi386: revision 1.554.nyan2003-02-232-2/+2
* The ether_ifdetach() function requires only one argument now.nyan2003-02-231-1/+1
* Move ar_devclass definition to if_ar.c.nyan2003-02-232-2/+2
* Remove unneeded entries and fix indent.nyan2003-02-231-9/+6
* Implement CLOCK_MONOTONIC.phk2003-02-232-2/+4
* - Added macros PDESHIFT and PTESHIFT, use these instead of magic constantsjake2003-02-239-18/+26
* o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callbacksam2003-02-236-32/+81
* Workaround for compiling LINT. Large kernels (like LINT) can havemarcel2003-02-231-20/+32
* Fix compilation on non-i386 machines. Inconsistent conditionalmarcel2003-02-231-3/+5
* Drop down Apple Partition Map code that has been in use by somegrehan2003-02-231-84/+168
* Fix compilation on alpha. Pointy hat to Marcel.orion2003-02-231-1/+1
* Add a new config option IPSEC_FILTERGIF to control whether or notsam2003-02-233-0/+19
* The root of the splay tree maintained within the pm_pteobj always refersalc2003-02-224-52/+18
* unsigned -> pt_entry_t.jake2003-02-222-8/+8
* Add a /a modifier to the show ktr ddb command, which prints the whole tracejake2003-02-221-1/+7
* o Add back support for DXS channels.orion2003-02-222-84/+302
* Expose powerpc_mb() to user-space. Currently needed for atomic.h users,grehan2003-02-221-0/+10
* Check to see if the TF_DELACK flag is set before returning fromjlemon2003-02-222-16/+14
* Don't panic when enumerating SYSCTL_NODE() nodes without any childrenrwatson2003-02-221-1/+2
* Make xl use m_getcl() to allocate an mbuf and a cluster in one shot,bmilekic2003-02-221-19/+5
* It is pretty evident that nobody loves this file anymore, so retire itphk2003-02-221-65/+0
* Use DISKFLAG_OPEN rather than maintaining our own flag.phk2003-02-221-23/+2
* Use nullclose(), not noclose().phk2003-02-221-1/+1
* Don't use mbuf allocator flags for malloc(9).phk2003-02-221-2/+4
* Use the standard DISKFLAG_OPEN instead of implementing our own.phk2003-02-222-19/+2
* Use system noioctl() instead of homerolled.phk2003-02-221-9/+1
OpenPOWER on IntegriCloud