summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement an option to administratively disable the negotiation ofjoerg2001-12-302-8/+60
* o Logically split up sentences, removing hard sentence breaks.chris2001-12-302-158/+208
* GC an alternate trap_pfault() which has rotted away behind an "#ifdef notyet"phk2001-12-302-236/+0
* Fix two typos in previous commit.joerg2001-12-302-2/+2
* Use LC_ALL to pick LC_COLLATE too (for strcoll())ache2001-12-301-1/+1
* Merge last-minute fix from the i4b file made by gj:joerg2001-12-301-2/+4
* Eliminate semexit_hook using at_exit(9) and rm_at_exit(9).alc2001-12-304-20/+2
* Oops, the arguments to a bcopy() were reversed, which broke zeroingiedowse2001-12-301-3/+2
* Remove references to i4b/driver/i4b_ispppsubr.c, now thatjoerg2001-12-302-42/+0
* Add a #define for the size of the nfs_backoff[] array, and use thisiedowse2001-12-301-3/+4
* Bump AUTHNAMELEN to 64. Should probably be made dynamic instead.joerg2001-12-301-1/+1
* We explicitly close LCP when going to state CLOSED, so we better openjoerg2001-12-301-0/+4
* run IPCP only if we have IPv4 in kerneljoerg2001-12-301-1/+7
* Reduce kernel stack usage of ccdinit() by MAXPATHLEN by using MALLOC(9).phk2001-12-302-4/+14
* Fix a long-standing blatant bug where the operator precedence betweenjoerg2001-12-301-4/+4
* Fix compilation without INET (though not really tested yet withoutjoerg2001-12-301-6/+10
* Add the `packed' attribute to structures which describe wire protocoljoerg2001-12-301-4/+4
* Document the change from 0.0.0.1 to 0.0.0.* as `any remote address is OK'.joerg2001-12-301-3/+5
* Extend the hack where 0.0.0.1 meant `any address for remote isjoerg2001-12-301-2/+2
* Do not include pcib.h, which only existed in my development tree, and dotmm2001-12-301-2/+1
* Fix the handling of VJ uncompression. Unfortunately, tcp_uncompress()joerg2001-12-301-14/+39
* Add bus_common.h, which contains some definiton that apply to both PCItmm2001-12-301-0/+69
* Added upcoming FreeBSD 4.5wosch2001-12-301-1/+5
* Add PNP Id for Create Labs Phoneblaster.sheldonh2001-12-301-0/+1
* Allow setting of variables of type dev_t by indicating the name ofphk2001-12-301-13/+34
* Better implement SMP support:marcel2001-12-303-101/+180
* o Reimplement map_pal_code to work with a global variablemarcel2001-12-301-51/+37
* Make vhpt_base and vhpt_size globals so that they can be used bymarcel2001-12-301-1/+2
* Cleanup the IPIs.marcel2001-12-301-8/+7
* Remove unused MD fields (pc_pending_ipis, pc_next_asn andmarcel2001-12-301-3/+3
* o Remove temporary implementation of cpu_throw in vm_machdep.cmarcel2001-12-302-10/+24
* Protect mtx_init() invocations with mtx_intialized() checks to avoid agj2001-12-3016-30/+60
* Draft implementation of IPI handling.marcel2001-12-301-1/+19
* Add PC_IDLETHREAD. We need it in cpu_switch.marcel2001-12-301-0/+1
* Add missing predicate in interruption_Data_TLB. Without thismarcel2001-12-302-46/+46
* Grammar fix for commentgshapiro2001-12-301-2/+2
* Be sure to point out that, by "mount point", one in /etc/fstabchris2001-12-301-1/+2
* Document how to enable ACLs using extattrctl.chris2001-12-301-0/+30
* Back out errno preservingache2001-12-307-47/+12
* Increase the buffer size to hold a bootp/DHCP reply from 256 bytes toambrisko2001-12-301-1/+1
* Sync with NetBSD (1.16 - 1.17)joe2001-12-291-32/+13
* Update with missing filenames, merged from NetBSD.joe2001-12-291-1/+10
* Now that automatic mounting of network filesystems is delayed untilsheldonh2001-12-291-4/+14
* Don't require operators to override the list of network filesystemsheldonh2001-12-293-9/+25
* Fix an error which could cause a panic if both an ifpi and ifpi2 controllergj2001-12-292-5/+5
* Fixed bitrot in DPADD in rev.1.8.bde2001-12-291-1/+1
* Fixed missing DPADD in previous commit. Fixed most style bugs related tobde2001-12-291-2/+3
* Fixed style bug (unsorting of SRCS) in rev.1.15.bde2001-12-291-1/+1
* Fixed style bugs in revs. 1.6, 1.10 and 1.12.bde2001-12-291-3/+2
* Fixed missing DPADD and disordered LDADD in rev.1.17bde2001-12-291-1/+2
OpenPOWER on IntegriCloud