summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert most printf()s to if_printf()s.brooks2002-09-241-15/+10
* Add a new helper function if_printf() modeled on device_printf(). Thebrooks2002-09-242-0/+15
* Add forgotten <sys/_types.h> include. Fix some style bugs while I'mmike2002-09-241-39/+40
* Mention about how to build sendmail with SASLv2.ume2002-09-241-0/+6
* Split user trap processing out into a separate routine so that traps whichjake2002-09-241-67/+109
* Corrected license in the source files. It should say "MUST" instead of "MAY".pdeuskar2002-09-245-104/+94
* Fix some bitrotted documentation.markm2002-09-243-24/+18
* Warn when setinvalidrune() is referenced for consistency with the resttjr2002-09-241-0/+1
* Add cross-references between wide character and single-byte charactertjr2002-09-243-2/+6
* Remove an unneeded call to _sfrefill() that was missed in the conversiontjr2002-09-241-6/+0
* Back out last commit. Linux uses the old 4.3BSD sockaddr format.mini2002-09-247-60/+25
* Add support to fsck_ffs to account for storage for extendedmckusick2002-09-241-1/+19
* MFi386: revisions 1.127, 1.128 and 1.129.nyan2002-09-241-20/+21
* OLDCARD -> NEWCARDimp2002-09-241-8/+11
* Two new majors. devd and watchdogimp2002-09-241-0/+2
* Move the com_emr register definition to sioreg.h.nyan2002-09-243-8/+1
* Merged from sys/dev/sio/sio.c revision 1.379.nyan2002-09-242-2/+0
* MFi386: revisions 1.536 and 1.538.nyan2002-09-242-12/+8
* MFi386: revision 1.419nyan2002-09-241-0/+1
* Fixed to build after removing a.out suppot.nyan2002-09-241-6/+6
* Use the new va_copy macro to copy variable argument lists instead oftjr2002-09-242-2/+2
* If the peer gives us 0.0.0.0 as his IP number, NAK it rather than acceptingbrian2002-09-231-1/+2
* Add an NBBY define to eventually replace the one in <sys/types.h>.mike2002-09-231-0/+1
* Ok, make this compile for real this time. recvfrom_args doesn't have ajhb2002-09-231-1/+1
* Use correct variable name so that previous commit actually compiles.jhb2002-09-231-2/+2
* Parameterize MPT_MAX_REQUESTS based upon device type (FC has Global Creditsmjacob2002-09-234-82/+99
* use __packed.alfred2002-09-2338-361/+361
* Now that we only probe host-PCI bridges once, we no longer have to check tojhb2002-09-233-32/+0
* Put verbose printf's in the PCI BIOS interrupt routing code underjhb2002-09-233-3/+12
* o Move select() helper macros from <sys/types.h> to <sys/select.h>.mike2002-09-233-31/+59
* Update the nexus driver for the addition of the legacy driver:jhb2002-09-233-183/+16
* Hang apm off of the legacy device instead of the nexus.jhb2002-09-232-2/+2
* Change the nexus_pcib driver (eventually to be renamed to legacy_pcib) tojhb2002-09-232-14/+14
* Add a new legacy(4) device driver for use on machines that do not havejhb2002-09-235-922/+225
* Do not add a start offset time to the track duration time.maxim2002-09-231-1/+2
* ALLLANG is long dead, garbage collect it. Instead, make it possibleru2002-09-231-10/+6
* Don't use local variable 'p' in a debug statement.. we removed it.julian2002-09-232-2/+2
* oops don't do dthe copy range in a new KSE. There isn't one any more.julian2002-09-231-0/+2
* Add implementations of wscanf() and related functions: fwscanf(), swscanf(),tjr2002-09-2310-6/+1538
* Introduce to the !program specification a capability similar to the onedcs2002-09-232-2/+25
* Implement the %lc, %ls and %[ conversions, which read sequences of widetjr2002-09-232-16/+137
* The character argument for __ungetwc() should be wint_t instead of wchar_t.tjr2002-09-231-1/+1
* Slightly rearrange a code in rev. 1.164:maxim2002-09-231-4/+8
* Remove a bunch of stuff that is surplus nowjulian2002-09-232-85/+1
* PIC_GOTOFF is OBE.peter2002-09-233-7/+0
* - Include sys/ktr.h so that vnode_if.h can define trace points.jeff2002-09-231-0/+1
* use __packed, rather than __attribute__((packed)).peter2002-09-232-8/+6
* Use some macro evil to create the functions for using sysctl(3) to get eachjmallett2002-09-231-83/+38
* Alfred got me thinking. Provide stubs for lint, and let the compilerspeter2002-09-231-5/+11
* use __packed/__aligned rather than GCC-specific __attribute__.alfred2002-09-233-16/+16
OpenPOWER on IntegriCloud