| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate semexit_hook using at_exit(9) and rm_at_exit(9). | alc | 2001-12-30 | 4 | -20/+2 |
* | Oops, the arguments to a bcopy() were reversed, which broke zeroing | iedowse | 2001-12-30 | 1 | -3/+2 |
* | Remove references to i4b/driver/i4b_ispppsubr.c, now that | joerg | 2001-12-30 | 2 | -42/+0 |
* | Add a #define for the size of the nfs_backoff[] array, and use this | iedowse | 2001-12-30 | 1 | -3/+4 |
* | Bump AUTHNAMELEN to 64. Should probably be made dynamic instead. | joerg | 2001-12-30 | 1 | -1/+1 |
* | We explicitly close LCP when going to state CLOSED, so we better open | joerg | 2001-12-30 | 1 | -0/+4 |
* | run IPCP only if we have IPv4 in kernel | joerg | 2001-12-30 | 1 | -1/+7 |
* | Reduce kernel stack usage of ccdinit() by MAXPATHLEN by using MALLOC(9). | phk | 2001-12-30 | 2 | -4/+14 |
* | Fix a long-standing blatant bug where the operator precedence between | joerg | 2001-12-30 | 1 | -4/+4 |
* | Fix compilation without INET (though not really tested yet without | joerg | 2001-12-30 | 1 | -6/+10 |
* | Add the `packed' attribute to structures which describe wire protocol | joerg | 2001-12-30 | 1 | -4/+4 |
* | Document the change from 0.0.0.1 to 0.0.0.* as `any remote address is OK'. | joerg | 2001-12-30 | 1 | -3/+5 |
* | Extend the hack where 0.0.0.1 meant `any address for remote is | joerg | 2001-12-30 | 1 | -2/+2 |
* | Do not include pcib.h, which only existed in my development tree, and do | tmm | 2001-12-30 | 1 | -2/+1 |
* | Fix the handling of VJ uncompression. Unfortunately, tcp_uncompress() | joerg | 2001-12-30 | 1 | -14/+39 |
* | Add bus_common.h, which contains some definiton that apply to both PCI | tmm | 2001-12-30 | 1 | -0/+69 |
* | Added upcoming FreeBSD 4.5 | wosch | 2001-12-30 | 1 | -1/+5 |
* | Add PNP Id for Create Labs Phoneblaster. | sheldonh | 2001-12-30 | 1 | -0/+1 |
* | Allow setting of variables of type dev_t by indicating the name of | phk | 2001-12-30 | 1 | -13/+34 |
* | Better implement SMP support: | marcel | 2001-12-30 | 3 | -101/+180 |
* | o Reimplement map_pal_code to work with a global variable | marcel | 2001-12-30 | 1 | -51/+37 |
* | Make vhpt_base and vhpt_size globals so that they can be used by | marcel | 2001-12-30 | 1 | -1/+2 |
* | Cleanup the IPIs. | marcel | 2001-12-30 | 1 | -8/+7 |
* | Remove unused MD fields (pc_pending_ipis, pc_next_asn and | marcel | 2001-12-30 | 1 | -3/+3 |
* | o Remove temporary implementation of cpu_throw in vm_machdep.c | marcel | 2001-12-30 | 2 | -10/+24 |
* | Protect mtx_init() invocations with mtx_intialized() checks to avoid a | gj | 2001-12-30 | 16 | -30/+60 |
* | Draft implementation of IPI handling. | marcel | 2001-12-30 | 1 | -1/+19 |
* | Add PC_IDLETHREAD. We need it in cpu_switch. | marcel | 2001-12-30 | 1 | -0/+1 |
* | Add missing predicate in interruption_Data_TLB. Without this | marcel | 2001-12-30 | 2 | -46/+46 |
* | Grammar fix for comment | gshapiro | 2001-12-30 | 1 | -2/+2 |
* | Be sure to point out that, by "mount point", one in /etc/fstab | chris | 2001-12-30 | 1 | -1/+2 |
* | Document how to enable ACLs using extattrctl. | chris | 2001-12-30 | 1 | -0/+30 |
* | Back out errno preserving | ache | 2001-12-30 | 7 | -47/+12 |
* | Increase the buffer size to hold a bootp/DHCP reply from 256 bytes to | ambrisko | 2001-12-30 | 1 | -1/+1 |
* | Sync with NetBSD (1.16 - 1.17) | joe | 2001-12-29 | 1 | -32/+13 |
* | Update with missing filenames, merged from NetBSD. | joe | 2001-12-29 | 1 | -1/+10 |
* | Now that automatic mounting of network filesystems is delayed until | sheldonh | 2001-12-29 | 1 | -4/+14 |
* | Don't require operators to override the list of network filesystem | sheldonh | 2001-12-29 | 3 | -9/+25 |
* | Fix an error which could cause a panic if both an ifpi and ifpi2 controller | gj | 2001-12-29 | 2 | -5/+5 |
* | Fixed bitrot in DPADD in rev.1.8. | bde | 2001-12-29 | 1 | -1/+1 |
* | Fixed missing DPADD in previous commit. Fixed most style bugs related to | bde | 2001-12-29 | 1 | -2/+3 |
* | Fixed style bug (unsorting of SRCS) in rev.1.15. | bde | 2001-12-29 | 1 | -1/+1 |
* | Fixed style bugs in revs. 1.6, 1.10 and 1.12. | bde | 2001-12-29 | 1 | -3/+2 |
* | Fixed missing DPADD and disordered LDADD in rev.1.17 | bde | 2001-12-29 | 1 | -1/+2 |
* | Link with libm to take advantage of the -h flag to ls. | joe | 2001-12-29 | 1 | -0/+1 |
* | LSCOLOURS should be spelt LSCOLORS. | joe | 2001-12-29 | 1 | -1/+1 |
* | Make these compile. | jake | 2001-12-29 | 3 | -24/+18 |
* | Remove local change that crept in. | jake | 2001-12-29 | 1 | -1/+0 |
* | Don't reveal a router in the IPSTEALTH mode through IP options. | yar | 2001-12-29 | 1 | -4/+41 |
* | Add a header for user trap types required by the sparc abi. | jake | 2001-12-29 | 1 | -0/+84 |