| #
3e15b01d
|
| 22-Feb-2024 |
Warner Losh <imp@FreeBSD.org> |
libsa: Remove redundant sys/cdefs.h
Sponsored by: Netflix
|
| #
6e28a6bc
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
stand: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl
stand: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
1d386b48
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| #
f9c0a512
|
| 10-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r337286 through r337585.
|
| #
3e15b01d
|
| 22-Feb-2024 |
Warner Losh <imp@FreeBSD.org> |
libsa: Remove redundant sys/cdefs.h
Sponsored by: Netflix
|
| #
6e28a6bc
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
stand: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl
stand: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
1d386b48
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| #
f9c0a512
|
| 10-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r337286 through r337585.
|
| #
77a52e3f
|
| 09-Aug-2018 |
Kyle Evans <kevans@FreeBSD.org> |
libsa: exit on EOF in ngets
It was possible in some rare circumstances for ngets to behave terribly with bhyveload and some form of redirecting user input over a pipe.
PR: 198706 Submitted by: Iva
libsa: exit on EOF in ngets
It was possible in some rare circumstances for ngets to behave terribly with bhyveload and some form of redirecting user input over a pipe.
PR: 198706 Submitted by: Ivan Krivonos <int0dster@gmail.com> MFC after: 1 week
show more ...
|
| #
ca987d46
|
| 14-Nov-2017 |
Warner Losh <imp@FreeBSD.org> |
Move sys/boot to stand. Fix all references to new location
Sponsored by: Netflix
|
| #
4eb1313f
|
| 12-Oct-2017 |
Warner Losh <imp@FreeBSD.org> |
Move lib/libstand to sys/boot/libsa
Move the sources to sys/boot. Make adjustments related to the move. Kill LIBSTAND_SRC since it's no longer needed.
Sponsored by: Netflix
|
| #
fbbd9655
|
| 28-Feb-2017 |
Warner Losh <imp@FreeBSD.org> |
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96
show more ...
|
| #
b0d8ed7a
|
| 31-Mar-2009 |
John Baldwin <jhb@FreeBSD.org> |
Fix an off-by-one buffer overflow in ngets().
Submitted by: Bruce Can MFC after: 1 month
|
| #
ee7093a6
|
| 09-Jan-2007 |
Warner Losh <imp@FreeBSD.org> |
Remove California Regent's clause 3, per letter
|
| #
be04b6d1
|
| 21-Mar-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
Remove 'register' keyword.
|
| #
e74b6a84
|
| 30-Sep-2001 |
Matthew Dillon <dillon@FreeBSD.org> |
Add __FBSDID()s to libstand
|
| #
2baf3bb5
|
| 31-Oct-1998 |
Mike Smith <msmith@FreeBSD.org> |
Add a new field to the devsw structure; dv_print, to print all valid units etc. associated with the device entry. Consider EOF an 'error' for fgetstr if we haven't read anything yet.
You *MUST* reco
Add a new field to the devsw structure; dv_print, to print all valid units etc. associated with the device entry. Consider EOF an 'error' for fgetstr if we haven't read anything yet.
You *MUST* recompile and reinstall libstand before rebuilding the bootstrap.
show more ...
|
| #
6b4f575c
|
| 20-Aug-1998 |
Mike Smith <msmith@FreeBSD.org> |
This is libstand; a support library for standalone executables (eg. bootstrap modules). Obtained from: NetBSD, with some architectural changes and many additions.
|