summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged from src/sbin/fdisk/fdisk.c revision 1.77.nyan2005-05-011-2/+2
* MFi386: revision 1.1198 (add KDB_STOP_NMI option).nyan2005-05-011-0/+5
* MFi386: revision 1.220 (add KDB_STOP_NMI option).nyan2005-05-011-0/+3
* update for recent api changessam2005-05-011-11/+25
* Turn on libobjc.so for all platforms on -current. It didn't work backpeter2005-05-011-12/+2
* - Remove spls and comments relating to them.jeff2005-05-011-26/+2
* - Remove an old splcam hack.jeff2005-05-011-4/+0
* - Remove unnecessary spls.jeff2005-05-011-10/+2
* - Return EACCES if we're trying to exec on a vp with no object.jeff2005-05-011-0/+2
* - In devfs_open() and devfs_close() grab Giant if the driver sets NEEDGIANT.jeff2005-05-011-5/+12
* o enable shutdown of taskqueue threads; the thread servicing the queue checkssam2005-05-012-13/+43
* oops, gethostbyaddr(3) must return h_addr as an IPv4-mappedume2005-04-303-6/+17
* Implement an alternate method to stop CPUs when entering DDB. Normally we usedwhite2005-04-3013-0/+274
* handling RES_USE_INET6 better.ume2005-04-301-4/+5
* _ht_gethostbyaddr didn't handle RES_USE_INET6 correctly.ume2005-04-301-1/+1
* _gethostbynisname() didn't support RES_USE_INET6.ume2005-04-301-0/+9
* Reduce diffs against actual production configuration.des2005-04-301-1/+1
* Remove a line which merely echoed the builtin default.des2005-04-301-1/+0
* Split the 'clean' command into 'cleansrc', 'cleanobj' and 'cleanroot'.des2005-04-301-2/+11
* Add 'cleanobj' to the default target list.des2005-04-301-1/+1
* _ht_gethostbyname didn't handle RES_USE_INET6 correctly.ume2005-04-301-6/+18
* Fix an old pasto.des2005-04-301-1/+1
* Take newbusification one step further, ie use the device_t more consequentlysos2005-04-3019-583/+601
* Add some subversive code to cleandir: remove the sbin/ipf treeimp2005-04-301-0/+1
* - Remove long dead splbio() calls and comments relating to the oldjeff2005-04-301-71/+4
* - Don't acquire Giant before calling b_biodone, individual consumers arejeff2005-04-301-6/+0
* - Use bdone() directly instead of calling it indirectly throughjeff2005-04-301-11/+1
* - Acquire Giant in AIO's iodone routine. VFS will no longer do it for usjeff2005-04-301-0/+2
* - Call VM_LOCK_GIANT in cluster_callback() to protect some pmap calls. VFSjeff2005-04-301-0/+2
* - VM_LOCK_GIANT in the swap pager's iodone routine as VFS will soon call itjeff2005-04-301-0/+2
* - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant.jeff2005-04-301-0/+1
* - In vnlru_free() remove the vnode from the free list before we calljeff2005-04-301-33/+51
* Fix spelling errors.joel2005-04-301-2/+2
* Do not unconditionally mount devfs to ${jail_devdir}/dev. First checkcsjp2005-04-301-9/+12
* To allow /etc to be as minimal as possible in a diskless setup, we needbrooks2005-04-297-373/+9
* Add PROC_UNLOCK(p) to PTRACESTOP_SC(p, td, flag). This is necessarycperciva2005-04-291-0/+1
* If we resort to opening a slice instead of the base device, do so withphk2005-04-291-1/+1
* Make call to tw_cl_deferred_interrupt in twa_poll, not dependent on thevkashyap2005-04-291-2/+12
* - do validation check and IPv4-mapped IPv6 address handling beforeume2005-04-292-36/+41
* Modify UMA to use critical sections to protect per-CPU caches, rather thanrwatson2005-04-292-113/+120
* Enable dc(4) and rl(4) in the PAE kernel.obrien2005-04-291-2/+0
* NETDB_INTERNAL is not fit, here. return NO_RECOVERY for h_errno.ume2005-04-294-4/+4
* Rename the directive_hash.[ch] files to hash_tables.[ch] nowharti2005-04-294-11/+10
* Remove the Netgear WG311 from the list. The v1 card is supported, butbrooks2005-04-291-1/+0
* Toggle on warnings. This resolves the problem with building old releasesharti2005-04-291-0/+3
* our get{addr,name}info() is considered thread-safe.ume2005-04-292-8/+0
* Implement a pseudo-target .WARN that allows toggeling the warning flagsharti2005-04-296-32/+109
* we cannot use inet_ntoa(3), here. so, use inet_ntop(3), instead.ume2005-04-292-5/+11
* Now that probing is working in the new fashion, we need to go back tosos2005-04-294-193/+165
* o Typo: s/teminal/terminal/.maxim2005-04-291-1/+1
OpenPOWER on IntegriCloud