sort by:
Revision Author Date Message Commit Date
8102757 MFC: Fixed freeing wrong address (rev. 1.13). 24 August 2000, 08:06:08 UTC
03c9b47 MFC: merge in the support for 1000baseT Tigon cards from -current. This also updates the firmware to 12.4.11+wpaul_hacks. 24 August 2000, 00:07:59 UTC
b35f8cd [MFC] Various cleanups all around. Document AS1000[A]/800 serial/graphics console selection. 23 August 2000, 19:28:59 UTC
81e01ee MFC: Save any binaries we use by installworld, so that we won't use the binaries we just installed. This allows a future upgrade target to install a new system without intermediate reboots and also prevents conflicts for parallel make runs where we might exec a binary that's being installed at the same time. Note that 4-stable requires miniperl to be saved as an install tool unlike -current. 23 August 2000, 19:27:30 UTC
089a8e3 This commit was manufactured by cvs2svn to create branch 'RELENG_4'. 23 August 2000, 11:54:11 UTC
7630223 MFC rev 1.55: matcdc -> matcd 23 August 2000, 09:44:20 UTC
9663b74 MFC: Install mode 644, not mode 664 during kernel compile. 23 August 2000, 09:00:15 UTC
9178ae3 MFC: Don't extract these files as mode 664 during build, use mode 644 instead. 23 August 2000, 08:58:56 UTC
0b501c3 MFC: Don't extract these files as mode 666 during build, use mode 644 instead. 23 August 2000, 08:58:01 UTC
cbb5586 MFC: Return an error instead of overflowing the buffer in the case of a long $HOME in ruserpass() 23 August 2000, 08:54:22 UTC
c605720 MFC: sprintf() -> snprintf() paranoia. 23 August 2000, 08:53:44 UTC
812a6f6 MFC: Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX. 23 August 2000, 08:53:00 UTC
cb0254c MFC: Prevent buffer overflows. 23 August 2000, 08:52:31 UTC
d1bfe34 MFC: Cleanup of TMPDIR code. 23 August 2000, 08:51:46 UTC
96a0db1 MFC: Change use of perror() to warn() 23 August 2000, 08:51:25 UTC
10ea1f3 MFC: Don't segv when trying to add a 0-length unit name. Some string-related cleanups inspired by OpenBSD. 23 August 2000, 08:50:19 UTC
174caf4 MFC: Don't coredump on long input lines. 23 August 2000, 08:49:49 UTC
8b9642d MFC: errx() and warnx() format string paranoia 23 August 2000, 08:48:36 UTC
3d9c022 MFC: Make sem_post() safe for use within signal handlers. 23 August 2000, 08:11:13 UTC
f5a0c01 MFC: - Fix various compliance bugs, mostly having to do with error return values. - Implement pthread_mutexattr_gettype(). 23 August 2000, 03:22:31 UTC
0c15c54 MFC: Add wrapper for kevent() syscall Approved by: jlemon (in concept) 23 August 2000, 02:48:48 UTC
8e44ffc MFC: - Fix bug with timeout - Change code to avoid calling tsleep if we have no intention of sleeping. - Bring in bugfix from sys_select.c, r1.60 which also applies here. - Modify error handling slightly 23 August 2000, 02:41:41 UTC
7bb469b MFC: Change _thread_kern_set_timeout() to use a const argument. 23 August 2000, 02:20:29 UTC
ba998f5 MFC: pthread_once --> pthread_once_t. 23 August 2000, 01:29:38 UTC
54b6452 MFC: - Fix subject/verb agreement - Add a missing comma 23 August 2000, 00:57:40 UTC
518c013 MFC: Remove blank line. 23 August 2000, 00:56:03 UTC
32b3585 MFC: - Remove a superfluous `.Pp'. - Add a note about the behavior of sendfile() in the threaded library. 23 August 2000, 00:55:15 UTC
bb0a1a4 MFC: Fix typo. Use `.Fa' to denote a function argument. 23 August 2000, 00:52:37 UTC
02ff165 MFC: Properly separate paragraphs by using \`.Pp' instead of a blank line. 23 August 2000, 00:50:48 UTC
6bc6f3b MFC: Replace an erroneous \`.Va error' with \`.Va errno'. 23 August 2000, 00:48:01 UTC
4728354 MFC: Replace .Va, .Ar and .Nm with .Fa or .Va where necessary. 23 August 2000, 00:45:19 UTC
61bd32d MFC: - Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples: ``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd'' - Replace ``FreeBSD 4.0'' with ``.Fx 4.0'' and remove a useless empty line at the end of the file. - Replace a `manual(section)' reference with a proper .Xr statement. 23 August 2000, 00:27:47 UTC
affe04c MFC: Content-free commit: only remove trailing whitespace 23 August 2000, 00:24:37 UTC
5cfa600 MFC: - Replace .Va references to function arguments to .Fa references. - The accept() function is a call, not an argument. Also, add: serial comma, missing-hyphen, and a word-erase character. 23 August 2000, 00:24:05 UTC
a7cb38a MFC: Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation. 23 August 2000, 00:19:15 UTC
0cd5576 MFC: - Add a missing THREAD_UNLOCK() - Remove allocation failure check from 'A' option, the 'X' option does this as a standalone check now. 23 August 2000, 00:12:17 UTC
70060ad MFC: - Correct string length bounds checking. - Calculate the string length of a u_long at compile-time, instead of using a hardcoded value. - Add FreeBSD id tag. 23 August 2000, 00:05:29 UTC
1408a83 MFC: Don't overflow the internal buffer in clnt_sperror() 23 August 2000, 00:02:04 UTC
7e3d209 MFC: Prevent internal buffer overflow due to expansion of $LANG and/or name argument in catopen(). Approved by: kris 22 August 2000, 23:57:35 UTC
3cf4f26 Forced commit to document what the last revision actually does: MFC: Decrement the timeout being passed to poll() if poll was interrupted for some reason. This will prevent an infinite loop if (say) a sigalarm is being scheduled at a more frequent interval than the poll timeout. 22 August 2000, 21:54:46 UTC
171a550 The API change mentioned in the previous revision didn't actually make it into 4.x, so don't document it. Noticed by: brian, ume 22 August 2000, 21:53:24 UTC
16f1393 MFC: Document the API change to allocate rcmd{,_af}()'s *ahost argument using malloc() rather than pointing it at something that's free()d before the function returns. 22 August 2000, 19:21:08 UTC
b4953fc MFC: (rev. 1.8, 1.9) three new control messages, fix nit. 22 August 2000, 18:58:09 UTC
d593a63 MFC: take advantage of the new unsigned and hex integer types 22 August 2000, 18:52:16 UTC
8d3b87d MFC: three more control messages, better EN address parsing 22 August 2000, 18:49:46 UTC
45c667c MFC: - Add new control message NGM_VJC_GET_CONFIG - Implement control message ASCII'fication for all control messages 22 August 2000, 18:46:17 UTC
020b9a7 MFC: (rev. 1.4) unsigned statistics, new control message 22 August 2000, 18:44:59 UTC
eea51fb MFC: (rev. 1.9) new control message to atomically get and clear statistics 22 August 2000, 18:44:00 UTC
0dfe3f4 MFC: (rev. 1.15) increase the maximum allowable datagram length 22 August 2000, 18:42:57 UTC
fa5fd81 MFC: (rev. 1.8, 1.9) timing fixes, etc. 22 August 2000, 18:42:12 UTC
b9d4143 MFC: (rev. 1.3, 1.4) timing fixes, use unsigned parse types 22 August 2000, 18:41:13 UTC
c43d9e7 MFC: (rev. 1.3) "u_int32_t" should have been "int32_t". 22 August 2000, 18:39:08 UTC
4015a74 MFC: (rev. 1.5) unsigned and hex types, allocate buffer dynamically 22 August 2000, 18:37:42 UTC
169f10a MFC: (rev. 1.4) new unsigned and hex types, fix comment in example code 22 August 2000, 18:35:57 UTC
b828174 MFC: (rev. 1.23) use a bigger buffer for NGM_BINARY2ASCII conversion. 22 August 2000, 18:33:53 UTC
ea7074c MFC: implement SIOCSIFLLADDR ioctl() MFC: add support to the 'ether' address family to support setting of addresses MFC: show actual usage in man page and usage string 22 August 2000, 18:08:42 UTC
c2de09c MFC: implement SIOCSIFLLADDR ioctl(). 22 August 2000, 18:06:21 UTC
02ed0b1 Mention hardware watchpoint support in GDB. 22 August 2000, 12:41:13 UTC
7bcbe7a MFC (freebsd-nat.c 1.23, nm.h 1.10): hardware watchpoint support for GDB on the i386 architecture. Since the original implementation has been done on a FreeBSD 4.1 machine, and both files are identical to -current, i feel save to MFC it rather quickly. 22 August 2000, 12:28:19 UTC
9cea66d MFC: use consistent timezone in dates 22 August 2000, 09:43:55 UTC
21b3d6c MFC: Update with latest fixes from -current. ATA100 support. New improved probe. Multisector setup more restrictive ata-disk. New error recovery in ata-disk. Remove sequence checks in atapi-cd Brings -stable functionality up to and including following -current revisions: $FreeBSD: src/sys/dev/ata/ata-all.c,v 1.64 $FreeBSD: src/sys/dev/ata/ata-all.h,v 1.30 $FreeBSD: src/sys/dev/ata/ata-disk.c,v 1.74 $FreeBSD: src/sys/dev/ata/ata-disk.h,v 1.27 $FreeBSD: src/sys/dev/ata/ata-dma.c,v 1.42 $FreeBSD: src/sys/dev/ata/atapi-all.c,v 1.51 $FreeBSD: src/sys/dev/ata/atapi-all.h,v 1.28 $FreeBSD: src/sys/dev/ata/atapi-cd.c,v 1.63 $FreeBSD: src/sys/dev/ata/atapi-cd.h,v 1.19 $FreeBSD: src/sys/dev/ata/atapi-fd.c,v 1.51 $FreeBSD: src/sys/dev/ata/atapi-fd.h,v 1.11 $FreeBSD: src/sys/dev/ata/atapi-tape.c,v 1.44 $FreeBSD: src/sys/dev/ata/atapi-tape.h,v 1.12 22 August 2000, 08:41:29 UTC
e3ad3cb MFC: fp_except -> fp_except_t 22 August 2000, 02:44:19 UTC
b08d4d9 MFC: - Mention that getipnodeby* and get{addr,name}info are not thread-safe. (sync with kame) - s/.Os KAME/.Os/ 22 August 2000, 02:34:05 UTC
8ce0a16 MFC: - Mention that getipnodeby* and get{addr,name}info are not thread-safe. (sync with kame) - s/.Os KAME/.Os/ 22 August 2000, 02:28:21 UTC
f04429d MFC: Use _close() instead of close() in addrconfig() to keep it from becoming a potential cancellation point in libc_r. 22 August 2000, 02:25:51 UTC
4390704 MFC: - Describe valid argument domain for 8-bit wide locales to prevent common error calling ctype functions with signed char as an argument - Add reference to multibyte(3) - Remove unneeded comment. 22 August 2000, 02:18:43 UTC
a0f6f6e MFC: Reword test condition better. Previous variant was true for negative characters too. 22 August 2000, 02:08:27 UTC
341e5ba MFC: - Describe valid argument domain for 8-bit wide locales to prevent common error calling ctype functions with signed char as an argument - Add reference to multibyte(3) 22 August 2000, 02:05:57 UTC
8ec32bf MFC: Fix comment 22 August 2000, 01:54:39 UTC
d99c638 MFC: #include <string.h> for memcpy() prototype 22 August 2000, 01:52:50 UTC
c35e595 MFC: sprintf -> snprintf paranoia 22 August 2000, 01:51:37 UTC
07865d7 MFC: Add shm_open(3) and shm_unlink(3). 22 August 2000, 01:48:12 UTC
f515951 MFC: Implement POSIX.1b shared memory objects. 22 August 2000, 01:46:30 UTC
123e3e4 MFC: remove obsolete comment. 22 August 2000, 00:33:18 UTC
7e8aae1 MFC: Prevent TMPDIR overflow. 21 August 2000, 22:44:47 UTC
722f967 MFC: - Change hcreate to take a size_t rather than u_int - Remove private search.h - Add FreeBSD id tag. 21 August 2000, 22:11:03 UTC
b67479e MFC: Add FreeBSD id tag. 21 August 2000, 21:09:29 UTC
84ad5c9 MFC: Remove extra FreeBSD id tag. 21 August 2000, 21:08:35 UTC
1d28a52 MFC rev 1.7: sync poll() prototype with manpage. 21 August 2000, 12:25:58 UTC
11283ad MFC rev 1.33: quote the argument to test -n . 21 August 2000, 08:19:46 UTC
34c237a MFC: add the jail paper PR: doc/20728 Requested-by: Yusuf Goolamabbas <yusufg@outblaze.com> 20 August 2000, 13:16:44 UTC
46d22a2 MFC: OpenSSL 0.9.5a 20 August 2000, 09:09:47 UTC
67af566 MFC: OpenSSL 0.9.5a 20 August 2000, 08:56:56 UTC
84d4228 MFC: OpenSSL 0.9.5a 20 August 2000, 08:48:49 UTC
393b319 MFC: fix ecc/nmi problem fix static don't waste voices 20 August 2000, 00:43:55 UTC
de8743d MFC: increase init delay 20 August 2000, 00:41:00 UTC
1c15709 MFC: change irq handling - reportedly fixes channel dead error 20 August 2000, 00:38:30 UTC
b52d0f1 MFC: handle shared irq 20 August 2000, 00:34:12 UTC
f511bfd MFC: suspend/resume support 20 August 2000, 00:29:24 UTC
c1143bc MFC: Recognize ESS 1888 in Dell Latitude XPi 20 August 2000, 00:28:27 UTC
0e8e510 MFC: add warning for hwptr going backwards rate-limit overrun warning 20 August 2000, 00:25:05 UTC
94e6313 MFC: do close right for multiply-open channels fix SNDCTL_DSP_GETODELAY 20 August 2000, 00:22:11 UTC
c1c616f MFC (rev.1.46: fixed a missing splx() in if_addmulti()). 19 August 2000, 22:16:13 UTC
294e985 MFC: Add output of per battery information to apm(1). New ioctl APMIO_GETPWSTATUS is introduced. 19 August 2000, 17:13:48 UTC
6c59241 MFC: Disabled serial console. 19 August 2000, 10:20:19 UTC
c40b40e MFC: Tidy things up, remove redundant (and wrong) settings, use an MRU of 1504 in MP mode. 19 August 2000, 09:33:23 UTC
78b80eb MFC: -DPPP_NOSUID support ``!'' escaping autoload fixes and enhancments filter timeout specs and PPPoUDP recognition Support ppp idents Warn about the depricated alias command Don't run setproctitle() as uid 0 Default ISDN B channel speeds to 65536^H^H^H^H4000 Don't delete sticky routes Allow multiple ``allow users'' lines per section 19 August 2000, 09:30:08 UTC
be30c07 MFC: Add $FreeBSD$ 18 August 2000, 20:01:49 UTC
467418d MFC: - Add address translation support for RTSP/RTP used by RealPlayer and Quicktime streaming media applications. - Add a BUGS section to the man page. 18 August 2000, 20:00:01 UTC
18162a0 Correct comments to fit current realities of exporting crypto. Reviewed by: jdp and kris 18 August 2000, 18:50:21 UTC
back to top