summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Protect lint(1) from a #error.markm2003-07-106-0/+12
* | | Rewrite much of the embedded controller driver.njl2003-07-101-311/+263
* | | Use the default arguments for lockfunc and lockfuncarg inharti2003-07-105-14/+23
* | | Correct makefile syntax error in r1.375.kris2003-07-101-1/+1
* | | Support for large frames for VLANs was added by tweaking the packet sizewpaul2003-07-102-8/+47
* | | tdkphy.c is missing from this module's Makefile. Add it.wpaul2003-07-101-1/+1
* | | Continue trying to build SENDMAIL_CF if the user uses SENDMAIL_CFgshapiro2003-07-101-2/+5
* | | unifdef -DLAZY_SWITCH and start to tidy up the associated glue.peter2003-07-1015-49/+3
* | | Add to the list of AMR cards.obrien2003-07-101-1/+5
* | | Fix the VADDR() macros to use either KVADDR() or UVADDR(), dependingpeter2003-07-092-17/+21
* | | Fix up bogus index/offset/mask calculations in the allocpte and thepeter2003-07-091-9/+16
* | | Turn the 2MB page mappings that cover the kernel text+data+bss area backpeter2003-07-091-2/+0
* | | Have pmap_pte() on a 2MB mapped address return the 2MB pde itselfpeter2003-07-091-0/+2
* | | Don't resume sigwait thread If signal is masked.davidxu2003-07-092-16/+24
* | | Replace custom field offset macro with the system __offsetof() macro.hsu2003-07-091-14/+3
* | | A few minor changes:silby2003-07-091-6/+7
* | | Handle the EINPROGRESS case of bus_dmamap_load() for data buffers.scottl2003-07-092-49/+54
* | | Fix a missing } that got dropped from the last commit.scottl2003-07-091-0/+1
* | | Add a new quirk for cards that incorrectly interpret the amount of memoryscottl2003-07-093-3/+12
* | | Don't do session management in su.des2003-07-091-1/+1
* | | - Fix a typo in the call to acpi_disabled() in probe() by removing anjhb2003-07-091-1/+2
* | | Add ID for UMAX Astra 2100Uache2003-07-091-0/+1
* | | - Fix the kernel build for configurations that include pci but not isa byjhb2003-07-091-3/+3
* | | 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
OpenPOWER on IntegriCloud