sort by:
Revision Author Date Message Commit Date
f88db8a MFC: sed -E (extended regular expressions, i.e. standard) PR: 21203 Submitted by: Peter Pentchev <roam@orbitel.bg> 20 September 2000, 23:59:22 UTC
2d6598d MFC: [rev 1.36] Yank out the NOPOLL conditionals. [rev 1.37] Change from using poll(2) to kqueue/kevent. 20 September 2000, 21:37:01 UTC
c9d5d9f MFC: [rev 1.2] Add forgotten include of sysctl.h 20 September 2000, 21:34:13 UTC
91571dc MFC: A near complete re-write of the accf_http filter: 1) Parse check if the request is HTTP/1.0 or HTTP/1.1 if not dump to the application. Because of the performance implications of this there is a sysctl 'net.inet.accf.http.parsehttpversion' that when set to non-zero parses the HTTP version. The default is to parse the version. 2) Check if a socket has filled and dump to the listener 3) optimize the way that mbuf boundries are handled using some voodoo 4) even though you'd expect accept filters to only be used on TCP connections that don't use m_nextpkt I've fixed the accept filter for socket connections that use this. 20 September 2000, 21:19:22 UTC
5ca64f0 MFC: add libopie Kindly noted by: ru 20 September 2000, 20:21:08 UTC
ff86ff9 MFC: Don't redirect output by default, fix a bogus $? usage 20 September 2000, 20:17:21 UTC
cee8bd6 MFC: Don't redirect output by default 20 September 2000, 20:16:44 UTC
af094ca MFC: return the correct values for the latest version of periodic(8) 20 September 2000, 20:16:19 UTC
d5a9cfc MFC: Only realloc() environ if we're sure that we know where it came from. 20 September 2000, 19:46:03 UTC
1161974 MFC: [rev 1.3] IN_CLASS*() macros assume host order and s_addr is network byte order, so we must convert them to host order. 20 September 2000, 18:37:25 UTC
11c4e43 MFC, rev 1.31: Adjust 'camcontrol negotiate -v' so it prints out the initiator ID from the Path Inquiry CCB. 20 September 2000, 16:43:59 UTC
4da7203 MFC: this file was repo-copied to the locale/ subdirectory. 20 September 2000, 15:59:35 UTC
8e32e38 MFC: 1.163 access() shouldn't diddle with the contents of a potentially shared crediential. Create a temporary copy of the current credential and modify the copy. Submitted by: tegge 20 September 2000, 12:21:20 UTC
96410cb MFC 1.3 -> 1.4: cope with the following reply on PASV (without paren). need more tests. 227 Entering Passive Mode x,x,x,x,x,x,x 20 September 2000, 11:37:38 UTC
9d8620e MFC: login.conf password format switching 20 September 2000, 11:19:55 UTC
ed17eb2 MFC: Add wrapper for fpathconf(2) syscall. Reviewed by: jlemon Approved by: jkh (MFC) 20 September 2000, 10:28:52 UTC
8958c10 MFC: Honour skey.access(5) by allowing UNIX passwords when skeyaccess(3) has set pwok to a non-zero value. Eliminate gratuitous extern. 20 September 2000, 09:57:58 UTC
527b1ba MFC: get at errno properly. 20 September 2000, 09:55:34 UTC
1bbbf90 MFC: remove gratuitous register reference 20 September 2000, 09:54:16 UTC
0284adc MFC: fix prototypes, add xref in man page 20 September 2000, 09:53:24 UTC
894e3f0 MFC: parser fixes to radius and tacplus, add $FreeBSD$s, cosmetic tweaks 20 September 2000, 09:49:18 UTC
c63ff80 MFC: correct xref 20 September 2000, 09:37:48 UTC
4a9dcc7 MFC: provide an opie module for pam. 20 September 2000, 09:34:50 UTC
4bc7eea MFC: proper parsing of package names, spelling fixes, updates 20 September 2000, 08:53:55 UTC
0c91ec6 MFC: syncronize periodic with new knobs in work scripts 20 September 2000, 08:52:10 UTC
d9df618 MFC: document changes to periodic 20 September 2000, 08:51:23 UTC
fa15f19 MFC: Use strtok instead of strsep. Handle links explicitly in remove. Check additional failure case in getopt. 20 September 2000, 04:43:13 UTC
f25d2b5 MFC: use strtok, eliminate warnings. 20 September 2000, 04:40:57 UTC
86aaefc MFC: add quite a few more seat-belt checks and user tunable knobs 20 September 2000, 02:46:17 UTC
e73dbb5 MFC: add log entries for periodic scripts 20 September 2000, 02:43:46 UTC
284fdb9 MFC: new defaults for message logging 20 September 2000, 02:35:57 UTC
c2fc7c9 MFC: simplify periodic entries 20 September 2000, 02:32:51 UTC
fc08c92 MFC: Add missing $FreeBSD$ lines. 20 September 2000, 02:32:06 UTC
8b104fa MFC: eliminate unnecessary global reference 20 September 2000, 02:27:57 UTC
67dc7e2 MFC: fix trailing newline bug 20 September 2000, 02:24:32 UTC
35ad705 MFC: use /.amd_mnt as default for -a 20 September 2000, 02:17:04 UTC
0475651 MFC: spelling correction 20 September 2000, 02:16:11 UTC
f4a84b5 MFC: Give users a way to alter the sendmail (and related utilities) build environment so they can enable functionality such as SASL, LDAP, Hesiod. 19 September 2000, 23:37:14 UTC
e932425 MFC: 1.25: Initialize variable to avoid strange stuff 19 September 2000, 23:00:18 UTC
858fde4 MFC: NGM_BPF_{G,S}ET_FILTER should be NGM_BPF_{G,S}ET_PROGRAM. 19 September 2000, 21:36:01 UTC
0e7b2fc This commit was manufactured by cvs2svn to create branch 'RELENG_4'. 19 September 2000, 18:01:04 UTC
b829854 MFC: 1.10 When sending a packet back to a network interface to simulate an arrived papcket, make sure that the packet has the interface marked in the first mbuf, the same a truely arrived packets would have. (stops a kernel page fault on multicast/broadcast udp packets). 19 September 2000, 10:11:02 UTC
0c6c85f MFC: [rev 1.148] Teach the NFS && NFS_ROOT case how to pick up information left by the PXE loader, and use this to build the nfs_diskless structure. 19 September 2000, 09:16:28 UTC
6f495b6 MFC: [rev 1.64] Add new line character to debugging printf's. 19 September 2000, 09:00:29 UTC
65a3c60 MFC: simplify directory search code / elide warning 19 September 2000, 07:47:09 UTC
e42b132 MFC: r1.38, close race window for TCP timer callbacks. 19 September 2000, 02:41:30 UTC
6d65e43 MFC rev 1.14. Missinf .It macros PR: 21215 18 September 2000, 23:15:05 UTC
624e0b7 MFC: Add PPP_NOSUID 18 September 2000, 17:05:08 UTC
ce2640f MFC 1.8 -> 1.9: examined the gateway (from the routing table) only when the address family of the gateway is AF_INET6. 18 September 2000, 16:53:39 UTC
cdbeed9 MFC: (rev 1.45) fixed printing of header for IPv4 routing table. 18 September 2000, 11:18:14 UTC
1dd7d99 Properly fix the build on the alpha. 18 September 2000, 08:09:39 UTC
cabbaa7 MFC: rev 1.19: fix typos 18 September 2000, 07:46:39 UTC
7b7aed5 The alpha -stable builds have been broken for awhile. This is a temporary patch so that things can proceed. The complexity of what got (only partially) MFC'd needs still to be addressed- hopefully by those who were involved. 18 September 2000, 07:35:41 UTC
7088523 MFC: Roll librsa* back into libcrypto 18 September 2000, 03:00:07 UTC
bde0c72 MFC: remove gratuitous getopt dependencies add -i flag to ln(1) 18 September 2000, 02:07:12 UTC
1560706 Sync up the relevant parts of make.conf with -current. Missing are ENABLE_SUIDPERL and PPP_NOSUID, not yet merged. 17 September 2000, 23:58:04 UTC
208e298 MFC: spelling 17 September 2000, 20:32:46 UTC
df4ed8f MFC: absolute paths, raw sockets 17 September 2000, 20:02:53 UTC
e9e8e6e MFC: if output file is a device node, don't set mtime or unlink 17 September 2000, 19:51:14 UTC
4f9a051 MFC: describe FTP_PROXY better 17 September 2000, 19:49:55 UTC
9afdedd PR: 20895 MFC: sym_defs.h 1.6, sym_hipd.c 1.18 - Fix PR kern/20895 - Work-around PR misc/17584 17 September 2000, 18:50:20 UTC
cca61cf PR: 21029 Change: - Let ncr return -1000 (priority) from the probe routine. The new-bus related changes broke this trick ( hack ? :) ) that allows to use both `ncr' and `sym' drivers. PR 21029: - Reported `ncr' attaching a sym53c875 when `sym' was expected. Should be fixed by this commit. - Reported that `ncr' failed at boot. This was caused by WIDE data transfers being negotiated with a WIDE device connected using a NARROW cable. `sym' can cope with that, thanks to reading setup information from NVRAM. 17 September 2000, 18:47:00 UTC
85559e0 MFC(1.56): fix multi io window patch. 17 September 2000, 15:17:07 UTC
2c84649 MFC: Reference DRIVER_MODULE.9 17 September 2000, 12:41:34 UTC
5a0b973 MFC: Add DRIVER_MODULE.9 17 September 2000, 12:38:27 UTC
14da383 This commit was manufactured by cvs2svn to create branch 'RELENG_4'. 17 September 2000, 12:15:13 UTC
cbd2128 Place bktr_mem before bktr so the modules load in the correct order 17 September 2000, 07:23:44 UTC
4f2b93a MFC: 1.16 Silence lame compiler warning. Submitted by: bde 17 September 2000, 00:00:48 UTC
df45bff MFC: Fix some typos Sync some #ifdefs that don't affect FreeBSD Understand ESP packets Add ``set log filter'' Count the number of packets when gathering throughput stats 16 September 2000, 23:09:06 UTC
2bc0d31 MFC: Add an example of how to use pppctl to tweak ppp filters to avoid dial-on-demand at certain times of the day. 16 September 2000, 22:54:54 UTC
0559926 MFC: If -p is used on the command line, nuke it and it's argument using setproctitle(). 16 September 2000, 22:53:52 UTC
1776b9e MFC: Nuke libutil dependencies now that setproctitle() is in libc 16 September 2000, 22:52:29 UTC
6c527c4 MFC: Move setproctitle() from libutil to libc and bump __FreeBSD_version to 410002 to mark the occasion. 16 September 2000, 22:47:18 UTC
3d90fdb MFC: add tr_TR.ISO_8859-9 16 September 2000, 22:26:07 UTC
f6689e8 MFC: crypto is now a reasonable default. 16 September 2000, 21:39:26 UTC
3d3bb52 MFC: tr_TR 16 September 2000, 18:08:40 UTC
1b2da95 This commit was manufactured by cvs2svn to create branch 'RELENG_4'. 16 September 2000, 18:06:30 UTC
8ab12e2 MFC: Merge changes from 1.16 and 1.17 which allow ISA PnP drivers to by dynamically loaded after the kernel has booted. Submitted by: Devin Butterfield <dbutter@db.wireless.net> Reviewed by: Doug Rabson 16 September 2000, 15:49:52 UTC
18985ed MFC: changes to search snapshot sites, add selection of fixit tty, selectable pccard IRQs and some misc fixes. 16 September 2000, 09:08:45 UTC
88d20ce s/#elsif/#elif/ Submitted by: B. Scott Michel <scottm@CS.UCLA.EDU> 16 September 2000, 01:08:03 UTC
5dfaf5c MFC: Don't quit when we've processed argc-1 password entries 15 September 2000, 21:51:00 UTC
b7ced62 MFC: Release note for netgraph enhancements/improvements. Submitted by: archie 15 September 2000, 20:52:48 UTC
9373d06 MFC: Fix typo in manpage. Submitted by: OKAZAKI Tetsurou <okazaki@be.to> 15 September 2000, 19:19:28 UTC
c037376 MFC rev 1.10 -> 1.11: Avoid doing rtsol to psuedo interface. 15 September 2000, 16:41:54 UTC
eb369b3 MFC rev 1.17 -> 1.18: Make sure to accept RA. Some laptops run /etc/pccard_ether before /etc/rc.network6. 15 September 2000, 16:40:07 UTC
ac5ee5d MFC(1.55):" QIC 525 really should be 512 byte fixed blocksize. 15 September 2000, 15:15:28 UTC
dfb3cc9 MFC:Fix sign extension. 15 September 2000, 15:09:37 UTC
a7123b2 MFC: fix DHCP variable check 15 September 2000, 08:35:55 UTC
2090c79 MFC Add device 155 /dev/phone for Quicknet cards 15 September 2000, 07:47:47 UTC
11ce707 MFC: 1.82 Enforce process limit policy in one place to keep proccnt from diverging from reality. 14 September 2000, 23:21:18 UTC
b86b14e MFC: r1.141, do not reference fragment after calling m_cat(). 14 September 2000, 21:12:13 UTC
0fc001b MFC, r1.66 - bugfix for filt_pipewrite. 14 September 2000, 20:27:13 UTC
25f26bb MFC: latest fixes from -current. 14 September 2000, 17:32:39 UTC
29a22d7 MFC: PORTREVISION/PORTEPOCH support and update URL for on-line INDEX example. pkg_version.pl: 1.6->1.9 pkg_version.1: 1.6->1.7 14 September 2000, 17:15:06 UTC
ad18566 MFC: Added boot selector supports for PC-98. 14 September 2000, 12:10:46 UTC
7342916 MFC: compilation and bounds-checking fix from rev. 1.6 PR: 21177 Submitted by: leres@ee.lbl.gov 13 September 2000, 19:55:30 UTC
cb86a0a Add mergemaster step before reboot. Suggested by: Kent Stewart <kstewart@urx.com> 13 September 2000, 18:50:54 UTC
14a5cc5 MFC: fix minor typo in sample code. 13 September 2000, 13:57:25 UTC
b7300cf MFC rev 1.24: improve wording of previuos commit 13 September 2000, 08:41:36 UTC
4caa64e MFC: (rev. 1.47) no snd_nxt rollback optimization for SYN packets 13 September 2000, 04:27:06 UTC
back to top