summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Uncomment the dc(4) driver, it should work just fine now.mux2003-07-091-1/+1
* | | Make the dc(4) driver endian-clean, so to that it works on sparc64.mux2003-07-094-90/+112
* | | POSIX says if a thread is in sigwait state, although a signal may not indavidxu2003-07-094-22/+58
* | | Block SIGURG while reading from the control channel.yar2003-07-091-0/+6
* | | Improve error handling in getline():yar2003-07-091-4/+7
* | | Configuraiton ROM fix:simokawa2003-07-091-8/+26
* | | Make a malloced copy of "chrootdir" even if it points to an absoluteyar2003-07-091-3/+5
* | | Catch up with the English version:hrs2003-07-091-2/+3
* | | Be specific about which domainname is not set. It seems the man pagemtm2003-07-096-6/+6
* | | Restore signal mask correctly after fork().davidxu2003-07-094-8/+12
* | | Save and restore thread's error code around signal handling.davidxu2003-07-092-2/+4
* | | - In vlan_input(), always mask off all but the VLID bits from tagswpaul2003-07-082-3/+12
* | | Handle geoms which are withering away specially in the dump functions.phk2003-07-081-3/+11
* | | Grammar fixbrueffer2003-07-081-1/+1
* | | In pmap_object_init_pt(), the pmap_invalidate_all() should be performed onalc2003-07-082-2/+2
* | | Add an ACPI to ISA psuedo bridge driver. It attaches an isab(4) device tojhb2003-07-083-1/+131
* | | Pull in the entire kmem_map size calculation from kern_malloc, rathersilby2003-07-081-3/+11
* | | - Make the isab devclass global to allow for multiple ISA bridge drivers.jhb2003-07-083-12/+29
* | | Add my birthday to the calendar.blackend2003-07-081-0/+1
* | | Bring build(7) in sync with src/Makefile by removing documentationsmkelly2003-07-081-29/+0
* | | Correct to match reality regarding interface names.dannyboy2003-07-082-6/+11
* | | Remove utmp references, no longer done by login(1) in 5.x.dannyboy2003-07-081-15/+3
* | | pam_lastlog, not login, in 5.x.dannyboy2003-07-081-12/+9
* | | When _PTHREADSINVARIANTS is defined SIGABRT is not includedmtm2003-07-083-2/+19
* | | * introduce a section on SYNTAX to document the handlingluigi2003-07-081-44/+77
* | | A bunch of changes (mostly syntactic sugar, all backward compatible):luigi2003-07-081-251/+383
* | | Merge the handlers of O_IP_SRC_MASK and O_IP_DST_MASK opcodes, andluigi2003-07-081-17/+13
* | | - When stealing a kse in kseq_move() ignore the current kseq's min nicejeff2003-07-081-7/+13
* | | Put some concrete limits on pipe memory consumption:silby2003-07-083-17/+108
* | | Remove last vestiges of the old rc.mtm2003-07-081-138/+33
* | | "towards" -> "toward". According to dictionary.com, the use of "towards"jkoshy2003-07-082-4/+4
* | | Style nit.obrien2003-07-081-2/+2
* | | Fix LOR between scheduler lock and SMP rendezvous lock.davidxu2003-07-081-6/+1
* | | MFC noted: chroot(8) -u/-g/-G.bmah2003-07-072-2/+2
* | | Add support for a -n argument which displays user and group IDsbrooks2003-07-072-5/+14
* | | FreeBSD 2.0.5 is old hat. Also cross-reference GEOM_VOL from the discussionwollman2003-07-071-8/+9
* | | Fix wording: `irregardless' is a solecism.wollman2003-07-071-2/+2
* | | Put NFSSERVER in the right list of filesystem stuff. Building a kernelwollman2003-07-071-1/+1
* | | Single-character style fix.wollman2003-07-071-1/+1
* | | - Clean up an unused variable.jeff2003-07-071-0/+2
* | | Add "blame" as an "annotate" alias for interoperability with subversion.obrien2003-07-071-1/+1
* | | Only define a default editor if one isn't already defined.obrien2003-07-071-0/+2
* | | Add a workaround for the USB_PRODUCT_MCT_SITECOM_USB232 device: limitwpaul2003-07-071-1/+4
* | | * add a function to display a complete feeder chain on the console, forcg2003-07-072-1/+18
* | | Correctly print signal mask, the bug was introduced by cut and pastedavidxu2003-07-072-22/+40
* | | Add corega PCCL-11 to match entry added to pccarddevs a while ago.imp2003-07-071-0/+1
* | | - Complete the vm object locking in vm_pageout_object_deactivate_pages().alc2003-07-071-21/+27
* | | Reset the PSM aux device twice to help pierce through some KVM's tomikeh2003-07-072-0/+18
* | | Add a newline to debug message.davidxu2003-07-072-2/+2
* | | Avoid accessing user provided parameters in critical region.davidxu2003-07-0718-92/+130
OpenPOWER on IntegriCloud