aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FAST_IPSEC fixups:Sam Leffler2002-11-083-5/+42
* fixup FAST_IPSEC build w/o INET6Sam Leffler2002-11-082-2/+8
* correct fast ipsec logic: compare destination ip address against theSam Leffler2002-11-081-1/+1
* correct minor # in make_dev callSam Leffler2002-11-081-1/+1
* change load order so module is present before crypto driversSam Leffler2002-11-081-1/+1
* - Move netsmb entries over to MI files. netsmb appears to be MI code.John Baldwin2002-11-083-21/+11
* Print daddr_t's with %j and intmax_t.John Baldwin2002-11-081-4/+5
* Clarify the unique groups scheme by mentioning that the 002 umaskTony Finch2002-11-081-3/+5
* Fix some sizeof(int) != sizeof(void *) warnings.John Baldwin2002-11-082-4/+4
* - Change mb_copy_t to take a size_t as the length argument instead of anJohn Baldwin2002-11-083-4/+4
* Fix a sizeof(int) != sizeof(void *) warning.John Baldwin2002-11-081-1/+1
* Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings.John Baldwin2002-11-084-12/+12
* - Move opt_fb.h earlier so it covers included headers.John Baldwin2002-11-081-6/+5
* Move include of opt_fb.h earlier so that FB_INSTALL_CDEV is defined inJohn Baldwin2002-11-081-2/+2
* Fix printf warnings with %j and uintmax_t.John Baldwin2002-11-081-2/+3
* Fix warnings when compiled with SIMOS defined.John Baldwin2002-11-081-4/+14
* Assign value of NULL to imgp->execlabel when imgp is initializedRobert Watson2002-11-081-0/+1
* Cast pointers in mem*_io() compat macros to uintptr_t so that they can beJohn Baldwin2002-11-081-5/+5
* Make 3dfx i386-only. The memrange API it uses may be defined in an MIJohn Baldwin2002-11-083-15/+15
* Move rc(4) over to MI notes and enable it as a MI module.John Baldwin2002-11-083-6/+6
* Fix two typos.Bill Fenner2002-11-081-2/+2
* To reduce per-return overhead of userret(), call intoRobert Watson2002-11-082-4/+8
* Connect the ia64 versions of the release documentation to the RELNOTESngBruce A. Mah2002-11-083-0/+3
* Use critical_enter/exit instead of disable/enable_intr to make thisJohn Baldwin2002-11-081-18/+18
* Add some text warning about the state (incomplete) of this document.Bruce A. Mah2002-11-081-0/+7
* - Change the ATM stack functions to use intptr_t instead of int for opaqueJohn Baldwin2002-11-0833-206/+209
* Include the pc98 installation document in the RELNOTESng snapshotBruce A. Mah2002-11-081-7/+1
* - Set RS (Report Status) bit on all descriptors of a packet instead of just t...Prafulla Deuskar2002-11-086-515/+763
* Update MAC modules for changes in arguments for exec MAC policyRobert Watson2002-11-087-14/+68
* Add an explicit execlabel argument to exec-related MAC policy entryRobert Watson2002-11-0811-33/+44
* Infrastructure for ia64 release notes and installation guide.Bruce A. Mah2002-11-084-0/+89
* Diff reduction to NetBSD:Gordon Tetlow2002-11-081-19/+16
* Convert some broken cases where Error is called, but we try to continue,Juli Mallett2002-11-081-17/+5
* Remove harmless but irritating printf.Poul-Henning Kamp2002-11-081-2/+0
* Always recalculate the SRM checksum if the label is at 64 bytes offset.Poul-Henning Kamp2002-11-081-3/+13
* - Recognize FAT partition on MBR and PC98 disks.Yoshihiro Takahashi2002-11-081-20/+47
* - Update the SIMOS fp-stealing code to KSE-II and beyond.John Baldwin2002-11-081-5/+9
* Remove #ifdef DEBUG signal debugging code brought over from NetBSD with theJohn Baldwin2002-11-081-32/+0
* Make xrpu(4) i386-only. Consumers of i386_btop() are not MI.John Baldwin2002-11-082-3/+2
* Update acl.3 to xref getfacl(1) and setfacl(1), the recommended tools forRobert Watson2002-11-081-6/+10
* Wrap a device_printf() that violates bus space abstractions to figure outJohn Baldwin2002-11-081-0/+2
* Use %z to print a size_t value.John Baldwin2002-11-082-2/+2
* Use %z to print size_t values.John Baldwin2002-11-081-3/+3
* Cast a ptrdiff_t to an int to printf.John Baldwin2002-11-081-1/+1
* Use %z to print a size_t value.John Baldwin2002-11-081-1/+1
* MFi386: revision 1.4.Yoshihiro Takahashi2002-11-081-1/+0
* Don't set a variable to a bogus value right before setting it to theJohn Baldwin2002-11-082-2/+0
* Don't set a value to a variable that we don't use.John Baldwin2002-11-081-1/+0
* Make changes such that the kernel will now fit on floppy #1.Matt Jacob2002-11-082-11/+33
* - Merge Write_FreeBSD() into Write_Disk().John Baldwin2002-11-081-40/+32